diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-11 19:52:32 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-10-11 19:52:32 +0200 |
commit | 06d6386e5d9fb9812b23032516bbdc938dcc4a9f (patch) | |
tree | 4b016274f8dfe6619348713e9089be95b1b91f3f | |
parent | 7f7705da4defc059fcb7d93692e8c87cb64cc68d (diff) | |
download | vyos-1x-06d6386e5d9fb9812b23032516bbdc938dcc4a9f.tar.gz vyos-1x-06d6386e5d9fb9812b23032516bbdc938dcc4a9f.zip |
xml: ospf: isis: T4739: merge include files for MPLS segment-routing
3 files changed, 3 insertions, 29 deletions
diff --git a/interface-definitions/include/isis/high-low-label-value.xml.i b/interface-definitions/include/isis/high-low-label-value.xml.i index 7026b03dd..f30b5af3a 100644 --- a/interface-definitions/include/isis/high-low-label-value.xml.i +++ b/interface-definitions/include/isis/high-low-label-value.xml.i @@ -4,7 +4,7 @@ <help>MPLS label lower bound</help> <valueHelp> <format>u32:16-1048575</format> - <description>Label value - Suggested minimum value: 100</description> + <description>Label value (recommended minimum value: 100)</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 16-1048575"/> diff --git a/interface-definitions/include/ospf/high-low-label-value.xml.i b/interface-definitions/include/ospf/high-low-label-value.xml.i deleted file mode 100644 index 9e2ef6efb..000000000 --- a/interface-definitions/include/ospf/high-low-label-value.xml.i +++ /dev/null @@ -1,26 +0,0 @@ -<!-- include start from ospf/high-low-label-value.xml.i --> -<leafNode name="low-label-value"> - <properties> - <help>MPLS label lower bound</help> - <valueHelp> - <format>u32:16-1048575</format> - <description>Label value - Suggested minimum value: 100</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 16-1048575"/> - </constraint> - </properties> -</leafNode> -<leafNode name="high-label-value"> - <properties> - <help>MPLS label upper bound</help> - <valueHelp> - <format>u32:16-1048575</format> - <description>Label value</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 16-1048575"/> - </constraint> - </properties> -</leafNode> -<!-- include end --> diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index 78c168641..28e3b473b 100644 --- a/interface-definitions/include/ospf/protocol-common-config.xml.i +++ b/interface-definitions/include/ospf/protocol-common-config.xml.i @@ -631,7 +631,7 @@ <help>Segment Routing Global Block label range</help> </properties> <children> - #include <include/ospf/high-low-label-value.xml.i> + #include <include/isis/high-low-label-value.xml.i> </children> </node> <node name="local-block"> @@ -639,7 +639,7 @@ <help>Segment Routing Local Block label range</help> </properties> <children> - #include <include/ospf/high-low-label-value.xml.i> + #include <include/isis/high-low-label-value.xml.i> </children> </node> <leafNode name="maximum-label-depth"> |