diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-12 21:47:31 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-12 21:47:31 +0200 |
commit | 23c757dae9b164cdaeba334b509b4def9c71f9b3 (patch) | |
tree | a18c68d60b7123382c47e0949c90b0c44eddb5ac /op-mode-definitions/include/ospf-common.xml.i | |
parent | 47bd0d8ab940bd8bb9b7c852ac80e0d9a3728a82 (diff) | |
download | vyos-1x-23c757dae9b164cdaeba334b509b4def9c71f9b3.tar.gz vyos-1x-23c757dae9b164cdaeba334b509b4def9c71f9b3.zip |
xml: op-mode: T5081: introduce new FRR tagNode interface building block
Diffstat (limited to 'op-mode-definitions/include/ospf-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/ospf-common.xml.i | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/op-mode-definitions/include/ospf-common.xml.i b/op-mode-definitions/include/ospf-common.xml.i index d1a62b690..aebbae5ff 100644 --- a/op-mode-definitions/include/ospf-common.xml.i +++ b/op-mode-definitions/include/ospf-common.xml.i @@ -508,15 +508,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </node> -<tagNode name="interface"> - <properties> - <help>Show IPv4 OSPF information for specified interface</help> - <completionHelp> - <script>${vyos_completion_dir}/list_interfaces</script> - </completionHelp> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> -</tagNode> +#include <include/vtysh-generic-interface-tagNode.xml.i> <node name="mpls"> <properties> <help>Show MPLS information</help> |