]> git.puffer.fish Git - matthieu/frr.git/commit
staticd: Extend `static_zebra_request_srv6_sid` to request SRv6 uA SIDs
authorCarmine Scarpitta <cscarpit@cisco.com>
Thu, 13 Feb 2025 10:01:11 +0000 (11:01 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Wed, 26 Feb 2025 06:19:51 +0000 (07:19 +0100)
commitec5ff367b120e67c9e7bd87ffa8baa2334e75628
tree5ffc3ba9960fba1c33ffbeb44cc61743c41154b3
parent646c4f95d9aa978558757df58d013e78f0c50363
staticd: Extend `static_zebra_request_srv6_sid` to request SRv6 uA SIDs

In order to configure an SRv6 uA SID in staticd, staticd should request
SRv6 SID Manager to allocate a SID bound to the uA behavior.
Currently, `static_zebra_request_srv6_sid` does not support requesting
SIDs bound to the uA behavior.

This commit extends the `static_zebra_request_srv6_sid` function to
enable staticd to request SIDs bound to the uA behavior.

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
staticd/static_zebra.c
zebra/zebra_srv6.c