diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-14 11:29:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 11:29:27 +0200 |
commit | 427ea592ae8d92d29aca245683832b5bd75b643d (patch) | |
tree | ef4232e3e88c642bd469eb12d2747007451d2095 /interface-definitions | |
parent | 783f5e24b1c5f15f1d7e91f892051312a2a5c6c3 (diff) | |
parent | e3d66e7eb61c4fd5d29b64370a993d583f597639 (diff) | |
download | vyos-1x-427ea592ae8d92d29aca245683832b5bd75b643d.tar.gz vyos-1x-427ea592ae8d92d29aca245683832b5bd75b643d.zip |
Merge pull request #1595 from Cheeze-It/current
isis, ospf: T4739: ISIS and OSPF segment routing being refactored
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 4 | ||||
-rw-r--r-- | interface-definitions/include/ospf/protocol-common-config.xml.i | 4 | ||||
-rw-r--r-- | interface-definitions/include/segment-routing-label-value.xml.i (renamed from interface-definitions/include/isis/high-low-label-value.xml.i) | 4 |
3 files changed, 6 insertions, 6 deletions
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"> diff --git a/interface-definitions/include/ospf/protocol-common-config.xml.i b/interface-definitions/include/ospf/protocol-common-config.xml.i index 28e3b473b..0615063af 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/isis/high-low-label-value.xml.i> + #include <include/segment-routing-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/isis/high-low-label-value.xml.i> + #include <include/segment-routing-label-value.xml.i> </children> </node> <leafNode name="maximum-label-depth"> diff --git a/interface-definitions/include/isis/high-low-label-value.xml.i b/interface-definitions/include/segment-routing-label-value.xml.i index f30b5af3a..05e1edd78 100644 --- a/interface-definitions/include/isis/high-low-label-value.xml.i +++ b/interface-definitions/include/segment-routing-label-value.xml.i @@ -1,10 +1,10 @@ -<!-- include start from isis/high-low-label-value.xml.i --> +<!-- include start from segment-routing-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> + <description>Label value (recommended minimum value: 300)</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 16-1048575"/> |