]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Repond to `GET_LOCATOR` ZAPI request
authorCarmine Scarpitta <cscarpit@cisco.com>
Sat, 23 Mar 2024 14:50:24 +0000 (15:50 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Thu, 13 Jun 2024 12:54:16 +0000 (14:54 +0200)
commitf8da4a29e58ec301c72a17f238686a59b62edef0
tree55371610c5dcf4f4945ae125b49e454760eb6241
parent164117f2ec3d85c7ed63bb81413fb0d28651bc84
zebra: Repond to `GET_LOCATOR` ZAPI request

The previous commits introduced a new operation,
`ZEBRA_SRV6_MANAGER_GET_LOCATOR`, allowing a daemon to request
information about a specific SRv6 locator from the SRv6 SID Manager.

This commit extends the SID Manager to respond to a
`ZEBRA_SRV6_MANAGER_GET_LOCATOR` request and provide the requested
locator information.

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