summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-02-17 21:40:58 +0100
committerChristian Breunig <christian@breunig.cc>2024-02-17 21:44:17 +0100
commite144e55d6360a92279167198928cbe24efd97f08 (patch)
tree9c6fc995947df83d711782e800f0de8bdbe592e0 /op-mode-definitions/include
parentab5f98bd469ce7aadf8483b968b9f9f9e82a9812 (diff)
downloadvyos-1x-e144e55d6360a92279167198928cbe24efd97f08.tar.gz
vyos-1x-e144e55d6360a92279167198928cbe24efd97f08.zip
op-mode: T5581: add "show ipv6 nht" command
This improves the implementation to support both IPv4 and IPv6
Diffstat (limited to 'op-mode-definitions/include')
-rw-r--r--op-mode-definitions/include/show-nht.xml.i20
1 files changed, 20 insertions, 0 deletions
diff --git a/op-mode-definitions/include/show-nht.xml.i b/op-mode-definitions/include/show-nht.xml.i
new file mode 100644
index 000000000..55dacf3a4
--- /dev/null
+++ b/op-mode-definitions/include/show-nht.xml.i
@@ -0,0 +1,20 @@
+<!-- included start from show-nht.xml.i -->
+<node name="nht">
+ <properties>
+ <help>Show Nexthop tracking table</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ <children>
+ <tagNode name="vrf">
+ <properties>
+ <help>Specify the VRF</help>
+ <completionHelp>
+ <path>vrf name</path>
+ <list>all default</list>
+ </completionHelp>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ </tagNode>
+ </children>
+</node>
+<!-- included end -->