diff options
| -rw-r--r-- | op-mode-definitions/show-ip.xml.in | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/op-mode-definitions/show-ip.xml.in b/op-mode-definitions/show-ip.xml.in index d5dbb7850..3caf1f1ea 100644 --- a/op-mode-definitions/show-ip.xml.in +++ b/op-mode-definitions/show-ip.xml.in @@ -33,6 +33,12 @@                </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>          </children>        </node>      </children> | 
