summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-12-10 21:13:54 +0100
committerChristian Breunig <christian@breunig.cc>2023-12-11 18:21:26 +0100
commitca301cdd4746187f96ff84e411fda6a84e33f237 (patch)
tree9cc422258208424d18b1f8fb19f3b1ba9f3d2ef2 /op-mode-definitions
parentaf46fe54e56cf85d13b62ee771bec3d80f225ac5 (diff)
downloadvyos-1x-ca301cdd4746187f96ff84e411fda6a84e33f237.tar.gz
vyos-1x-ca301cdd4746187f96ff84e411fda6a84e33f237.zip
srv6: T591: initial implementation to support locator definition
VyOS CLI set protocols segment-routing srv6 locator bar prefix '2001:b::/64' set protocols segment-routing srv6 locator foo behavior-usid set protocols segment-routing srv6 locator foo prefix '2001:a::/64' Will generate in FRR segment-routing srv6 locators locator bar prefix 2001:b::/64 block-len 40 node-len 24 func-bits 16 exit ! locator foo prefix 2001:a::/64 block-len 40 node-len 24 func-bits 16 behavior usid exit ! exit ! exit ! exit
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-segment-routing.xml.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/op-mode-definitions/show-segment-routing.xml.in b/op-mode-definitions/show-segment-routing.xml.in
new file mode 100644
index 000000000..ebdb51a61
--- /dev/null
+++ b/op-mode-definitions/show-segment-routing.xml.in
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<interfaceDefinition>
+ <node name="show">
+ <children>
+ <node name="segment-routing">
+ <properties>
+ <help>Show Segment Routing</help>
+ </properties>
+ <children>
+ <node name="srv6">
+ <properties>
+ <help>Segment Routing SRv6</help>
+ </properties>
+ <children>
+ <node name="locator">
+ <properties>
+ <help>Locator Information</help>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ </node>
+ </children>
+ </node>
+ </children>
+ </node>
+ </children>
+ </node>
+</interfaceDefinition>