diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-06 19:46:31 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-06 19:46:31 +0200 |
commit | ffd1da431ef5b6f2218966c762c65382ff00f188 (patch) | |
tree | 19d337fb936e4ef7b02f88baf31d82cd0be585c2 /interface-definitions/protocols-mpls.xml.in | |
parent | d5bd9bec6c213ff12190b03acf248f348c165c13 (diff) | |
download | vyos-1x-ffd1da431ef5b6f2218966c762c65382ff00f188.tar.gz vyos-1x-ffd1da431ef5b6f2218966c762c65382ff00f188.zip |
xml: routing: use common router-id include file
Diffstat (limited to 'interface-definitions/protocols-mpls.xml.in')
-rw-r--r-- | interface-definitions/protocols-mpls.xml.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/interface-definitions/protocols-mpls.xml.in b/interface-definitions/protocols-mpls.xml.in index de1aa436d..e7646e625 100644 --- a/interface-definitions/protocols-mpls.xml.in +++ b/interface-definitions/protocols-mpls.xml.in @@ -14,18 +14,7 @@ <help>Label Distribution Protocol (LDP)</help> </properties> <children> - <leafNode name="router-id"> - <properties> - <help>Label Distribution Protocol router ID</help> - <valueHelp> - <format>ipv4</format> - <description>LDP IPv4 ID</description> - </valueHelp> - <constraint> - <validator name="ipv4-address"/> - </constraint> - </properties> - </leafNode> + #include <include/router-id.xml.i> <node name="allocation"> <properties> <help>Forwarding equivalence class allocation from local routes</help> |