]> git.proxmox.com Git - mirror_frr.git/commit
*: Add code to notify on route removal status
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 8 Mar 2018 15:25:12 +0000 (10:25 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Mar 2018 00:50:06 +0000 (19:50 -0500)
commit5e54c6026912d5e0060349943ac87d067d6ae36c
treec1331fb7fd3f10843dcec9fb0c952a0eeff3129e
parente28a328600d7954c8b8631d8153c3645e8f2c7a3
*: Add code to notify on route removal status

If a interested party removes one of it's routes let
it know that it has happened as asked for.

Add a ZAPI_ROUTE_REMOVED to the send of the route_notify_owner
Add a ZAPI_ROUTE_REMOVE_FAIL to the send of the route_notify_owner

Add code in sharpd to notice this and to allow it to keep
track of routes removed for that invocation and give timing
results.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zclient.h
sharpd/sharp_zebra.c
zebra/zebra_rib.c