diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-27 21:58:39 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-27 22:04:30 +0200 |
commit | 2015717bdc879e2a598984f60835d8e5710d721e (patch) | |
tree | f11b400d4896f55aa2edf5271a893d0392d9bb71 /op-mode-definitions/monitor-ndp.xml.in | |
parent | b76f103317b5aa8abdee5c942509fc11f9e20ef3 (diff) | |
download | vyos-1x-2015717bdc879e2a598984f60835d8e5710d721e.tar.gz vyos-1x-2015717bdc879e2a598984f60835d8e5710d721e.zip |
T5411: add additional monitor log targets
Diffstat (limited to 'op-mode-definitions/monitor-ndp.xml.in')
-rw-r--r-- | op-mode-definitions/monitor-ndp.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/op-mode-definitions/monitor-ndp.xml.in b/op-mode-definitions/monitor-ndp.xml.in index 26d881f1a..3b08f3d73 100644 --- a/op-mode-definitions/monitor-ndp.xml.in +++ b/op-mode-definitions/monitor-ndp.xml.in @@ -4,14 +4,14 @@ <children> <node name="ndp"> <properties> - <help>Monitor the NDP information received by the router through the device</help> + <help>Monitor Neighbor Discovery Protocol (NDP) information</help> </properties> <command>sudo ndptool monitor</command> <children> <tagNode name="interface"> <command>sudo ndptool monitor --ifname=$4</command> <properties> - <help>Monitor ndp protocol on specified interface</help> + <help>Monitor Neighbor Discovery Protocol on specified interface</help> <completionHelp> <script>${vyos_completion_dir}/list_interfaces</script> </completionHelp> @@ -20,7 +20,7 @@ <tagNode name="type"> <command>sudo ndptool monitor --ifname=$4 --msg-type=$6</command> <properties> - <help>Monitor specific types of NDP protocols</help> + <help>Monitor specific Neighbor Discovery Protocol type</help> <completionHelp> <list>rs ra ns na</list> </completionHelp> @@ -31,7 +31,7 @@ <tagNode name="type"> <command>sudo ndptool monitor --msg-type=$4</command> <properties> - <help>Monitor specific types of NDP protocols</help> + <help>Monitor specific Neighbor Discovery Protocol type</help> <completionHelp> <list>rs ra ns na</list> </completionHelp> |