diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-22 20:42:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-22 20:42:21 +0200 |
commit | d225f938b2250229621c7013c47ce52b839ae169 (patch) | |
tree | ea284e2ac8de39a9d0ecdba40d5e66cf529e6830 /op-mode-definitions | |
parent | 536991d0c6f305256ce6ab5975d15116f027b7b6 (diff) | |
download | vyos-1x-d225f938b2250229621c7013c47ce52b839ae169.tar.gz vyos-1x-d225f938b2250229621c7013c47ce52b839ae169.zip |
xml: op-mode: add missing help test for "monitor protocol ospf" commands
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/monitor-protocol.xml.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/op-mode-definitions/monitor-protocol.xml.in b/op-mode-definitions/monitor-protocol.xml.in index 6a6bd50f3..f3af3575c 100644 --- a/op-mode-definitions/monitor-protocol.xml.in +++ b/op-mode-definitions/monitor-protocol.xml.in @@ -263,13 +263,14 @@ </node> <node name="ospf"> <properties> - <help>Monitor the Open Shortest Path First (OSPF) protocol</help> + <help>Monitor Open Shortest Path First (OSPF) protocol</help> </properties> <children> #include <include/monitor-background.xml.i> - - <node name="disable"> + <properties> + <help>Disable Open Shortest Path First (OSPF) debugging</help> + </properties> <children> <node name="event"> <properties> @@ -458,6 +459,9 @@ </children> </node> <node name="enable"> + <properties> + <help>Enable Open Shortest Path First (OSPF) debugging</help> + </properties> <children> <node name="event"> <properties> |