From 940b01aa6a8d9a2dd12fd121a39f9b53d23081ad Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 17 Feb 2004 20:07:30 +0000 Subject: 2004-02-17 Paul Jakma * ospf_zebra.c: (ospf_interface_delete) Do not delete the interface params, nor the interface structure, if an interface delete message is received from zebra. * ospf_interface.c: (ospf_if_delete_hook) Delete the interface params and interface, ie that which was previously removed in (ospf_interface_delete) above. --- ospfd/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index b2a5ad2e..6c8955a3 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,12 @@ +2004-02-17 Paul Jakma + + * ospf_zebra.c: (ospf_interface_delete) Do not delete the interface + params, nor the interface structure, if an interface delete + message is received from zebra. + * ospf_interface.c: (ospf_if_delete_hook) Delete the interface + params and interface, ie that which was previously removed in + (ospf_interface_delete) above. + 2004-02-11 Hasso Tepper * ospf_interface.c, ospf_zebra.c: Don't attempt to read path->oi->ifp if oi doesn't exist any more. -- cgit v1.2.1