summaryrefslogtreecommitdiff
path: root/interface-definitions/include/isis
diff options
context:
space:
mode:
authorCheeze_It <none@none.com>2022-10-13 20:33:28 -0700
committerCheeze_It <none@none.com>2022-10-13 20:33:28 -0700
commit57dd8a257052bbfa76447ddf83ef2f7e5efa2744 (patch)
tree3acc2a5ed8ff23fb5100277cf4c073ae8a207b3c /interface-definitions/include/isis
parent02f2535dda08c6e19ba2e1fdb750f1e298b45add (diff)
downloadvyos-1x-57dd8a257052bbfa76447ddf83ef2f7e5efa2744.tar.gz
vyos-1x-57dd8a257052bbfa76447ddf83ef2f7e5efa2744.zip
T4739: ISIS segment routing being refactored
Diffstat (limited to 'interface-definitions/include/isis')
-rw-r--r--interface-definitions/include/isis/high-low-label-value.xml.i26
-rw-r--r--interface-definitions/include/isis/protocol-common-config.xml.i4
2 files changed, 2 insertions, 28 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 f30b5af3a..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 (recommended 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/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i
index 57ee19300..42bda7a80 100644
--- a/interface-definitions/include/isis/protocol-common-config.xml.i
+++ b/interface-definitions/include/isis/protocol-common-config.xml.i
@@ -238,7 +238,7 @@
<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">
@@ -246,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">