diff options
author | Cheeze_It <none@none.com> | 2020-12-18 20:27:10 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2020-12-18 20:27:10 -0700 |
commit | 6451fe281f4b28b9f2dc504c954e0fd72e34a5a0 (patch) | |
tree | e3bd00814ea14d46836b703db8b786b7751c8aed /interface-definitions/protocols-mpls.xml.in | |
parent | 889128c7aaec959d5987c1353000c7a4933384a5 (diff) | |
download | vyos-1x-6451fe281f4b28b9f2dc504c954e0fd72e34a5a0.tar.gz vyos-1x-6451fe281f4b28b9f2dc504c954e0fd72e34a5a0.zip |
mpls: T915: Add a bunch of op commands to LDP
In here we are adding a lot more commands that
can be used within LDP. There's also some help
and contextual changes for initialism that are
being removed.
Diffstat (limited to 'interface-definitions/protocols-mpls.xml.in')
-rw-r--r-- | interface-definitions/protocols-mpls.xml.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/interface-definitions/protocols-mpls.xml.in b/interface-definitions/protocols-mpls.xml.in index 3ac248e79..645b264bb 100644 --- a/interface-definitions/protocols-mpls.xml.in +++ b/interface-definitions/protocols-mpls.xml.in @@ -16,7 +16,7 @@ <children> <leafNode name="router-id"> <properties> - <help>Label Distribution Protocol (LDP) router ID</help> + <help>Label Distribution Protocol router ID</help> <valueHelp> <format>ipv4</format> <description>LDP IPv4 ID</description> @@ -28,7 +28,7 @@ </leafNode> <node name="allocation"> <properties> - <help>Forwarding equivalence class (FEC) allocation from local routes</help> + <help>Forwarding equivalence class allocation from local routes</help> </properties> <children> <node name="ipv4"> @@ -334,7 +334,7 @@ </node> <node name="parameters"> <properties> - <help>Label Distribution Protocol (LDP) miscellaneous parameters</help> + <help>Label Distribution Protocol miscellaneous parameters</help> </properties> <children> <leafNode name="cisco-interop-tlv"> @@ -369,7 +369,7 @@ </leafNode> <node name="export-filter"> <properties> - <help>Forwarding equivalence class (FEC) export filter</help> + <help>Forwarding equivalence class export filter</help> </properties> <children> <leafNode name="filter-access-list"> @@ -413,7 +413,7 @@ </leafNode> <node name="export-filter"> <properties> - <help>Forwarding equivalence class (FEC) export filter</help> + <help>Forwarding equivalence class export filter</help> </properties> <children> <leafNode name="filter-access-list6"> @@ -458,7 +458,7 @@ <children> <node name="import-filter"> <properties> - <help>Forwarding equivalence class (FEC) import filter</help> + <help>Forwarding equivalence class import filter</help> </properties> <children> <leafNode name="filter-access-list"> @@ -496,7 +496,7 @@ <children> <node name="import-filter"> <properties> - <help>Forwarding equivalence class (FEC) import filter</help> + <help>Forwarding equivalence class import filter</help> </properties> <children> <leafNode name="filter-access-list6"> @@ -542,7 +542,7 @@ </node> <node name="parameters"> <properties> - <help>Multiprotocol Label Switching (MPLS) miscellaneous parameters</help> + <help>Multiprotocol Label Switching miscellaneous parameters</help> </properties> <children> <leafNode name="no-propagate-ttl"> |