diff options
| author | fett0 <fernando.gmaidana@gmail.com> | 2025-07-25 15:48:03 +0000 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-07-28 19:49:19 +0200 |
| commit | 8a4c637628f5d971732d2f501d35c0ee5cf9ade9 (patch) | |
| tree | 1cd7c29d06bce53b46810d061946b9eb6c8227c4 /interface-definitions/include/isis/protocol-common-config.xml.i | |
| parent | fd2df0f1b34609fea5dc186b3898a0c786e1bf2b (diff) | |
| download | vyos-1x-8a4c637628f5d971732d2f501d35c0ee5cf9ade9.tar.gz vyos-1x-8a4c637628f5d971732d2f501d35c0ee5cf9ade9.zip | |
isis: T7639: add SRv6 locator support
Diffstat (limited to 'interface-definitions/include/isis/protocol-common-config.xml.i')
| -rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/interface-definitions/include/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index e0a7e62b6..969330a2e 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -289,6 +289,25 @@ #include <include/segment-routing-label-value.xml.i> </children> </node> + <node name="srv6"> + <properties> + <help>Segment-Routing SRv6 configuration</help> + </properties> + <children> + <leafNode name="locator"> + <properties> + <help>Specify SRv6 locator</help> + <valueHelp> + <format>txt</format> + <description>SRv6 locator name</description> + </valueHelp> + <constraint> + #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> + </constraint> + </properties> + </leafNode> + </children> + </node> <leafNode name="maximum-label-depth"> <properties> <help>Maximum MPLS labels allowed for this router</help> |
