summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-log.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/show-log.xml')
-rw-r--r--op-mode-definitions/show-log.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-log.xml b/op-mode-definitions/show-log.xml
index 228884697..87d78cc49 100644
--- a/op-mode-definitions/show-log.xml
+++ b/op-mode-definitions/show-log.xml
@@ -112,6 +112,12 @@
</properties>
<command>cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e accel-pptp -e ppp</command>
</leafNode>
+ <leafNode name="sstp">
+ <properties>
+ <help>Show log for SSTP</help>
+ </properties>
+ <command>cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e accel-sstp -e ppp</command>
+ </leafNode>
</children>
</node>
<leafNode name="vrrp">