diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-10-11 19:33:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-11 19:33:52 +0200 |
commit | 7f7705da4defc059fcb7d93692e8c87cb64cc68d (patch) | |
tree | 9e70bbcb6f3a348ffe8496446b4454c7afcf8d86 /interface-definitions | |
parent | 25b7d6a5a4e06ab99134ab13fc4861f431ffe2a0 (diff) | |
parent | 08c2a057917c357ccf6fac7b51e05d5dae780fc3 (diff) | |
download | vyos-1x-7f7705da4defc059fcb7d93692e8c87cb64cc68d.tar.gz vyos-1x-7f7705da4defc059fcb7d93692e8c87cb64cc68d.zip |
Merge pull request #1574 from Cheeze-It/current
isis: T4739: ISIS segment routing being refactored
Diffstat (limited to 'interface-definitions')
4 files changed, 5 insertions, 11 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 adc28417d..7026b03dd 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</description> + <description>Label value - Suggested minimum value: 100</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 16-1048575"/> diff --git a/interface-definitions/include/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index 75a0355d4..57ee19300 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -233,12 +233,6 @@ <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> diff --git a/interface-definitions/include/ospf/high-low-label-value.xml.i b/interface-definitions/include/ospf/high-low-label-value.xml.i index 4b6779922..9e2ef6efb 100644 --- a/interface-definitions/include/ospf/high-low-label-value.xml.i +++ b/interface-definitions/include/ospf/high-low-label-value.xml.i @@ -3,8 +3,8 @@ <properties> <help>MPLS label lower bound</help> <valueHelp> - <format>u32:100-1048575</format> - <description>Label value</description> + <format>u32:16-1048575</format> + <description>Label value - Suggested minimum value: 100</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 16-1048575"/> @@ -15,7 +15,7 @@ <properties> <help>MPLS label upper bound</help> <valueHelp> - <format>u32:100-1048575</format> + <format>u32:16-1048575</format> <description>Label value</description> </valueHelp> <constraint> diff --git a/interface-definitions/include/version/isis-version.xml.i b/interface-definitions/include/version/isis-version.xml.i index 4a8fef39c..7bf12e81a 100644 --- a/interface-definitions/include/version/isis-version.xml.i +++ b/interface-definitions/include/version/isis-version.xml.i @@ -1,3 +1,3 @@ <!-- include start from include/version/isis-version.xml.i --> -<syntaxVersion component='isis' version='1'></syntaxVersion> +<syntaxVersion component='isis' version='2'></syntaxVersion> <!-- include end --> |