Skip to content

Commit

Permalink
nhrp: T2326: Fixed opmode command help strings (#4304)
Browse files Browse the repository at this point in the history
Fixed opmode command help strings
  • Loading branch information
aapostoliuk authored Jan 20, 2025
1 parent 5ddd9c3 commit 599a442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions op-mode-definitions/nhrp.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
<children>
<leafNode name="cache">
<properties>
<help>Show NHRP interface connection information</help>
<help>Forwarding cache information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<leafNode name="nhs">
<properties>
<help>Show NHRP tunnel connection information</help>
<help>Next hop server information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
<leafNode name="shortcut">
<properties>
<help>Show NHRP tunnel connection information</help>
<help>Shortcut information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</leafNode>
Expand Down

0 comments on commit 599a442

Please sign in to comment.