diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-01-02 19:04:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 19:04:20 +0000 |
commit | a779cfdb75a80f047cedd3c6a044febfe02b7639 (patch) | |
tree | 46dfcffb5db91c88e7ab3a0d97807550b31759ae /interface-definitions | |
parent | 825743b6bcdf8fa2c263dabaa3fee40ba7a98525 (diff) | |
parent | 252e60eca71ade673843edc04b4be241e267b29d (diff) | |
download | vyos-1x-a779cfdb75a80f047cedd3c6a044febfe02b7639.tar.gz vyos-1x-a779cfdb75a80f047cedd3c6a044febfe02b7639.zip |
Merge pull request #4263 from jvoss/srv6_locator_format
srv6: T6984: add locator format configuration
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols_segment-routing.xml.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/interface-definitions/protocols_segment-routing.xml.in b/interface-definitions/protocols_segment-routing.xml.in index c299f624e..688b253b6 100644 --- a/interface-definitions/protocols_segment-routing.xml.in +++ b/interface-definitions/protocols_segment-routing.xml.in @@ -126,6 +126,25 @@ </properties> <defaultValue>24</defaultValue> </leafNode> + <leafNode name="format"> + <properties> + <help>SRv6 SID format</help> + <completionHelp> + <list>uncompressed-f4024 usid-f3216</list> + </completionHelp> + <valueHelp> + <format>uncompressed-f4024</format> + <description>Uncompressed f4024 format</description> + </valueHelp> + <valueHelp> + <format>usid-f3216</format> + <description>usid-f3216 format</description> + </valueHelp> + <constraint> + <regex>(uncompressed-f4024|usid-f3216)</regex> + </constraint> + </properties> + </leafNode> </children> </tagNode> </children> |