diff options
Diffstat (limited to 'op-mode-definitions/include/isis-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/isis-common.xml.i | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/op-mode-definitions/include/isis-common.xml.i b/op-mode-definitions/include/isis-common.xml.i index 53e85a7ef..b5b4f9b5d 100644 --- a/op-mode-definitions/include/isis-common.xml.i +++ b/op-mode-definitions/include/isis-common.xml.i @@ -56,31 +56,15 @@ </tagNode> <node name="mpls"> <properties> - <help>Show IS-IS MPLS specific information</help> + <help>Show MPLS information</help> </properties> <children> - <node name="ldp-sync"> - <properties> - <help>Show IS-IS LDP-IGP synchronization information</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - <children> - <tagNode name="interface"> - <properties> - <help>Show specific IS-IS LDP-IGP synchronization for an interface</help> - <completionHelp> - <script>${vyos_completion_dir}/list_interfaces</script> - </completionHelp> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - </tagNode> - </children> - </node> + #include <include/ldp-sync.xml.i> </children> </node> <node name="mpls-te"> <properties> - <help>Show IS-IS MPLS traffic engineering information</help> + <help>Show MPLS traffic engineering information</help> </properties> <children> <leafNode name="router"> |