commit | 16814f9698a3ee14b1412286c53711a562c348fc | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | Sun Aug 17 17:39:31 2008 +0100 |
committer | Paul Jakma <paul@quagga.net> | Fri Aug 22 19:56:25 2008 +0100 |
tree | 9fb7ec8e786b648f0c74f0aeff5ff959dc663d18 | |
parent | 4c699477d24e7104893130d072963df5cea17214 [diff] |
[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>