summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/show-nht.xml.i
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/include/show-nht.xml.i')
-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 -->