diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-03 14:11:06 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-03 14:11:06 +0200 |
commit | 7d3ae5fc3ba113b67281c9605f3a8a71b924efe2 (patch) | |
tree | 585f460146fbc2de96d9a8599f47dc5bd1e4a0b8 /interface-definitions/include/isis/protocol-common-config.xml.i | |
parent | e66c5a56905a7370be0e14cd34aee608c7e7b54a (diff) | |
download | vyos-1x-7d3ae5fc3ba113b67281c9605f3a8a71b924efe2.tar.gz vyos-1x-7d3ae5fc3ba113b67281c9605f3a8a71b924efe2.zip |
isis: T3156: add segment routing local-block for ISIS
Diffstat (limited to 'interface-definitions/include/isis/protocol-common-config.xml.i')
-rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/interface-definitions/include/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index af9d87a0d..75a0355d4 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -241,22 +241,20 @@ </leafNode> <node name="global-block"> <properties> - <help>Global block label range</help> + <help>Segment Routing Global Block label range</help> </properties> <children> #include <include/isis/high-low-label-value.xml.i> </children> </node> -<!-- <node name="local-block"> <properties> - <help>Local Block label range</help> + <help>Segment Routing Local Block label range</help> </properties> <children> #include <include/isis/high-low-label-value.xml.i> </children> </node> ---> <leafNode name="maximum-label-depth"> <properties> <help>Maximum MPLS labels allowed for this router</help> |