From fbdbf1281660de877ef687a82145e82934f35744 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Mon, 22 Oct 2007 18:34:41 +0000 Subject: [ospf6d] Fix removal of defunct ASBR routes 2007-10-22 Phil Spagnolo * ospf6_asbr.c: (ospf6_asbr_lsentry_remove) Remove shortcut of LSDB search - it's based on assumption non-BEST routes can't have ASBR routes, which appears to be wrong. Safest to search. --- ospf6d/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ospf6d/ChangeLog') diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index b9bea691..f4ad9283 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,10 @@ +2007-10-22 Phil Spagnolo + + * ospf6_asbr.c: (ospf6_asbr_lsentry_remove) Remove shortcut + of LSDB search - it's based on assumption non-BEST routes + can't have ASBR routes, which appears to be wrong. Safest to + search. + 2007-06-07 Pavol Rusnak * ospf6_lsa.c: (no_debug_ospf6_lsa_hex_cmd) Fix bug: must use strcmp -- cgit v1.2.1