commit | e7a6d80d4fe70a546a33ffe063f182252237ccd8 | [log] [tgz] |
---|---|---|
author | Tom Goff <thomas.goff@boeing.com> | Wed Nov 10 13:03:02 2010 -0800 |
committer | Paul Jakma <paul@quagga.net> | Mon Mar 21 13:31:16 2011 +0000 |
tree | d0315314a3772846fef416f027ec42b445fb0ce9 | |
parent | ae2254aa7f2eb7436734f497658f1f26f4bf37c7 [diff] |
ospf6d: Route locking (memory) cleanup * ospf6_route.c: (ospf6_route_best_next) Allows unlock route, even when there's no next route. This is consistent with how ospf6_route_next() behaves. * ospf6_intra.c: (ospf6_intra_prefix_lsa_remove) Make sure the last route considered is always unlocked. This is needed when the for loop terminates because ospf6_route_is_prefix() returns zero.