From 319572cc52267bfd55cca5eaab405df4db27ddaf Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 21 Sep 2005 12:30:08 +0000 Subject: 2005-09-21 Paul Jakma * zebra_rib.c: (static_uninstall_ipv{4,6}) Fix regression wrt removal of static routes with multiple-hops introduced with the workqueue conversion. We should free the relevant nexthop and then get rib_process to run, otherwise we just get same static route back again (with no way to unconfigure it, because its already deleted from configuration). --- zebra/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 6225ce1a..9939d3e3 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,12 @@ +2005-09-21 Paul Jakma + + * zebra_rib.c: (static_uninstall_ipv{4,6}) Fix regression wrt + removal of static routes with multiple-hops introduced with + the workqueue conversion. We should free the relevant + nexthop and then get rib_process to run, otherwise we just + get same static route back again (with no way to unconfigure + it, because its already deleted from configuration). + 2005-09-12 Paul Jakma * (general) RTM_CHANGE and implicit withdraw on RTM_NEWADDR -- cgit v1.2.1