diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-10-22 18:34:41 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-10-22 18:34:41 +0000 |
commit | fbdbf1281660de877ef687a82145e82934f35744 (patch) | |
tree | 15ba59e954cf816e5159a4c034c118f994b88057 /ospf6d/ChangeLog | |
parent | a56ef88348be9f019631d6bc92801aae647be05b (diff) |
[ospf6d] Fix removal of defunct ASBR routes
2007-10-22 Phil Spagnolo <phillip.a.spagnolo@boeing.com>
* 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.
Diffstat (limited to 'ospf6d/ChangeLog')
-rw-r--r-- | ospf6d/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <phillip.a.spagnolo@boeing.com> + + * 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 <prusnak@suse.cz> * ospf6_lsa.c: (no_debug_ospf6_lsa_hex_cmd) Fix bug: must use strcmp |