diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-10 21:13:54 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-11 18:21:26 +0100 |
commit | ca301cdd4746187f96ff84e411fda6a84e33f237 (patch) | |
tree | 9cc422258208424d18b1f8fb19f3b1ba9f3d2ef2 /op-mode-definitions/openvpn.xml.in | |
parent | af46fe54e56cf85d13b62ee771bec3d80f225ac5 (diff) | |
download | vyos-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/openvpn.xml.in')
0 files changed, 0 insertions, 0 deletions