diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-21 21:11:37 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-21 21:11:57 +0200 |
commit | f4b07b25614fcc9d6e999878368a46bbfbffc2fa (patch) | |
tree | 90b44f93e6656614fb501c7fd09e832375745e41 /op-mode-definitions/show-log.xml.in | |
parent | 93e45419e821be0480240e8e4d60ad3c4f7b0091 (diff) | |
download | vyos-1x-f4b07b25614fcc9d6e999878368a46bbfbffc2fa.tar.gz vyos-1x-f4b07b25614fcc9d6e999878368a46bbfbffc2fa.zip |
op-mode: T2659: show/monitor log - add ddos-protection logs
Diffstat (limited to 'op-mode-definitions/show-log.xml.in')
-rw-r--r-- | op-mode-definitions/show-log.xml.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index 76879e5d6..ab9e128a8 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -32,6 +32,19 @@ </properties> <command>journalctl --no-hostname --boot --unit conntrackd.service</command> </leafNode> + <node name="ids"> + <properties> + <help>Show log for for Intrusion Detection System</help> + </properties> + <children> + <leafNode name="ddos-protection"> + <properties> + <help>Show log for DDOS protection</help> + </properties> + <command>journalctl --no-hostname --boot --unit fastnetmon.service</command> + </leafNode> + </children> + </node> <node name="dhcp"> <properties> <help>Show log for Dynamic Host Control Protocol (DHCP)</help> @@ -243,7 +256,7 @@ </node> <node name="protocol"> <properties> - <help>Show log for Routing Protocols</help> + <help>Show log for Routing Protocol</help> </properties> <children> <leafNode name="ospf"> |