]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Properly deregister static nexthops
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 27 Mar 2018 13:13:07 +0000 (09:13 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 27 Mar 2018 19:51:53 +0000 (15:51 -0400)
commit9713497ff4613ca980712cc35db1691f93fd43a7
tree522db0d4596aaf5163a13c5302d65bc1a40086c7
parent70c50c4316d3cf64c1b64a39a212e04448ef139c
zebra: Properly deregister static nexthops

There were a few cases where we were not properly de-registering
the static nexthops passed to us.  This was important when
the static route was being removed for whatever reason that
we did not leave slag for the nexthop tracking.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rib.c
zebra/zebra_static.c