diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-22 20:42:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-23 09:03:43 +0200 |
commit | e81c690802a8ff6a54db8c2ae88548f7a82f7bbd (patch) | |
tree | 739452cb31b35c683c59557aebf2d3ae51328908 /op-mode-definitions | |
parent | 28f22431441f37985dfd7ec699bfc61aafd82732 (diff) | |
download | vyos-1x-e81c690802a8ff6a54db8c2ae88548f7a82f7bbd.tar.gz vyos-1x-e81c690802a8ff6a54db8c2ae88548f7a82f7bbd.zip |
xml: op-mode: add missing help test for "monitor protocol ospf" commands
(cherry picked from commit d225f938b2250229621c7013c47ce52b839ae169)
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> |