]> git.puffer.fish Git - mirror/frr.git/commit
[zebra] ignore dead routes in RIB update
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Sun, 17 Aug 2008 16:39:31 +0000 (17:39 +0100)
committerPaul Jakma <paul@quagga.net>
Fri, 22 Aug 2008 18:56:25 +0000 (19:56 +0100)
commit16814f9698a3ee14b1412286c53711a562c348fc
tree9fb7ec8e786b648f0c74f0aeff5ff959dc663d18
parent4c699477d24e7104893130d072963df5cea17214
[zebra] ignore dead routes in RIB update

2008-08-17 Stephen Hemminger <stephen.hemminger@vyatta.com>

* zebra_rib.c: When doing a RIB update, routes in process of removal
  should be ignored. This fixes bugs where a route is removed but a
  recursive route is not changed.

Signed-off-by: Paul Jakma <paul@quagga.net>
zebra/zebra_rib.c