diff options
author | Cheeze_It <none@none.com> | 2022-10-07 21:27:47 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2022-10-11 09:06:30 -0700 |
commit | 08c2a057917c357ccf6fac7b51e05d5dae780fc3 (patch) | |
tree | ff0e5c89f65b903ed08b9d6e8c3b1d91f4928ae2 /interface-definitions/include/isis | |
parent | bb4901773df9682b67081dda5baf0cb39c742d1e (diff) | |
download | vyos-1x-08c2a057917c357ccf6fac7b51e05d5dae780fc3.tar.gz vyos-1x-08c2a057917c357ccf6fac7b51e05d5dae780fc3.zip |
isis: T4739: ISIS segment routing being refactored
This is to refactor ISIS segment routing to match up with OSPF segment routing.
Diffstat (limited to 'interface-definitions/include/isis')
-rw-r--r-- | interface-definitions/include/isis/high-low-label-value.xml.i | 2 | ||||
-rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 6 |
2 files changed, 1 insertions, 7 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> |