mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 18:50:39 +00:00
zebra: On route removal failure return proper message
When a route removal failure happens return to the installing protocol that the route deletion failed. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
f4aaa03907
commit
dba52387b7
@ -1883,7 +1883,7 @@ static void rib_process_after(struct zebra_dplane_ctx *ctx)
|
|||||||
zvrf->removals++;
|
zvrf->removals++;
|
||||||
} else {
|
} else {
|
||||||
zsend_route_notify_owner_ctx(ctx,
|
zsend_route_notify_owner_ctx(ctx,
|
||||||
ZAPI_ROUTE_FAIL_INSTALL);
|
ZAPI_ROUTE_REMOVE_FAIL);
|
||||||
|
|
||||||
zlog_warn("%u:%s: Route Deletion failure",
|
zlog_warn("%u:%s: Route Deletion failure",
|
||||||
dplane_ctx_get_vrf(ctx),
|
dplane_ctx_get_vrf(ctx),
|
||||||
|
Loading…
Reference in New Issue
Block a user