diff options
Diffstat (limited to 'interface-definitions/include/isis')
-rw-r--r-- | interface-definitions/include/isis/high-low-label-value.xml.i | 26 | ||||
-rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 10 |
2 files changed, 2 insertions, 34 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 deleted file mode 100644 index adc28417d..000000000 --- a/interface-definitions/include/isis/high-low-label-value.xml.i +++ /dev/null @@ -1,26 +0,0 @@ -<!-- include start from isis/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</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/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index 75a0355d4..42bda7a80 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -233,18 +233,12 @@ <help>Segment-Routing (SPRING) settings</help> </properties> <children> - <leafNode name="enable"> - <properties> - <help>Enable segment-routing functionality</help> - <valueless/> - </properties> - </leafNode> <node name="global-block"> <properties> <help>Segment Routing Global Block label range</help> </properties> <children> - #include <include/isis/high-low-label-value.xml.i> + #include <include/segment-routing-label-value.xml.i> </children> </node> <node name="local-block"> @@ -252,7 +246,7 @@ <help>Segment Routing Local Block label range</help> </properties> <children> - #include <include/isis/high-low-label-value.xml.i> + #include <include/segment-routing-label-value.xml.i> </children> </node> <leafNode name="maximum-label-depth"> |