]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Add `behavior usid` command to VTY
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Thu, 27 Oct 2022 18:08:40 +0000 (20:08 +0200)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Tue, 8 Nov 2022 21:44:24 +0000 (22:44 +0100)
commit3a7e1f656e1888079231b4a18c8dd78a946f5ff1
tree1c24cf9f589ea45f303df6373a27c3f89eae6a24
parent7e975421bda03fdd34ec81dd17a0c02c36ebb31a
zebra: Add `behavior usid` command to VTY

Install a new command `behavior usid` into the `SRV6_LOC_NODE` CLI node.

This command allows the user to set/unset the `SRV6_LOCATOR_USID` flag
for an SRv6 locator. The `SRV6_LOCATOR_USID` flag indicates whether a
locator is a uSID locator or not. When the flag is set, the routing
daemons (e.g., bgpd) will install SRv6 behaviors with the uSID in the
dataplane.

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
zebra/zebra_srv6_vty.c