> 2024/06/07 15:09:43 ZEBRA: [MZYPC-GBDGR] srv6_manager_get_sid_internal: getting SRv6 SID for ctx End.DT4 vrf vrf1, sid_value=1003::4, locator_name=
> [..]
> 2024/06/07 15:09:43 ZEBRA: [QGJBT-YJ11W] zsend_srv6_sid_notify: notifying ZEBRA_SRV6_SID_NOTIFY ctx End.DT4 vrf vrf2, sid (null) note ZAPI_SRV6_SID_FAIL_ALLOC (proto=30, instance=0, sessionId=0)
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
sid_value ? sid_value : &in6addr_any, locator_name);
/* Notify client about SID alloc failure */
- zsend_srv6_sid_notify(client, ctx, NULL, 0, 0,
+ zsend_srv6_sid_notify(client, ctx, sid_value, 0, 0,
ZAPI_SRV6_SID_FAIL_ALLOC);
} else if (ret == 0) {
if (IS_ZEBRA_DEBUG_PACKET)