diff options
Diffstat (limited to 'op-mode-definitions/include/ospf-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/ospf-common.xml.i | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/op-mode-definitions/include/ospf-common.xml.i b/op-mode-definitions/include/ospf-common.xml.i index 7d9e541cf..d1a62b690 100644 --- a/op-mode-definitions/include/ospf-common.xml.i +++ b/op-mode-definitions/include/ospf-common.xml.i @@ -519,26 +519,10 @@ </tagNode> <node name="mpls"> <properties> - <help>Show OSPF MPLS specific information</help> + <help>Show MPLS information</help> </properties> <children> - <node name="ldp-sync"> - <properties> - <help>Show OSPF LDP-IGP synchronization information</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - <children> - <tagNode name="interface"> - <properties> - <help>Show specific OSPF 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="neighbor"> |