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/ospf | |
| 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/ospf')
| -rw-r--r-- | interface-definitions/include/ospf/high-low-label-value.xml.i | 6 | 
1 files changed, 3 insertions, 3 deletions
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>  | 
