]> git.proxmox.com Git - mirror_frr.git/commit
isisd: do remove ipv6 routes from Zebra
authorChristian Franke <chris@opensourcerouting.org>
Tue, 10 Nov 2015 17:04:47 +0000 (18:04 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Mar 2016 00:26:16 +0000 (20:26 -0400)
commitc354c01464b9ed4cf9a13980b2f3fb7db94287c6
tree676791743d5fe9f2c478b51d9d37cd19262ae02f
parente316f9ab5a47582b33724520e33376957d36ed66
isisd: do remove ipv6 routes from Zebra

We can abort isis_zebra_route_del_ipv6 if the route in question has
ISIS_ROUTE_FLAG_ZEBRA_SYNCED unset, meaning it's not in the kernel.
Aborting the function if the flag is set prevents us from removing
any routes.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
isisd/isis_zebra.c