]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rib.h
zebra: Use nexthop object id on route delete
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 1 Aug 2019 21:36:56 +0000 (17:36 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:42 +0000 (11:13 -0400)
commitbc541126e4058b6139f6b693a1adc9af2332317d
tree2bf53a2d9f076dcd1c352459476553ccdee75d91
parent815059466cdfb022ff5beec55f7ffee649db7600
zebra: Use nexthop object id on route delete

When we receive a route delete from the kernel and it
contains a nexthop object id, use that to match against
route gateways with instead of explicit nexthops.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/connected.c
zebra/kernel_socket.c
zebra/redistribute.c
zebra/rib.h
zebra/rt_netlink.c
zebra/zapi_msg.c
zebra/zebra_rib.c