diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-17 21:40:58 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-17 21:44:17 +0100 |
commit | e144e55d6360a92279167198928cbe24efd97f08 (patch) | |
tree | 9c6fc995947df83d711782e800f0de8bdbe592e0 /op-mode-definitions/show-ip.xml.in | |
parent | ab5f98bd469ce7aadf8483b968b9f9f9e82a9812 (diff) | |
download | vyos-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/show-ip.xml.in')
-rw-r--r-- | op-mode-definitions/show-ip.xml.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/op-mode-definitions/show-ip.xml.in b/op-mode-definitions/show-ip.xml.in index 3caf1f1ea..bac4df05c 100644 --- a/op-mode-definitions/show-ip.xml.in +++ b/op-mode-definitions/show-ip.xml.in @@ -33,12 +33,7 @@ </tagNode> </children> </node> - <leafNode name="nht"> - <properties> - <help>Show IPv4 nexthop tracking table</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - </leafNode> + #include <include/show-nht.xml.i> </children> </node> </children> |