commit | e8f2226195e86f90f2409549ad8a8e5c8d64d23b | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Tue Apr 13 22:43:34 2010 +0100 |
committer | Paul Jakma <paul@quagga.net> | Wed Dec 08 17:11:18 2010 +0000 |
tree | e06409c762058421671fa7eacedeeccd364d871d | |
parent | 6634974d68b8cc78cdde1104636fe97d7e310845 [diff] |
ospfd: Fix various route_unlock discrepencies * ospf_ase.c: (ospf_ase_calculate_route) Fix compiler warning about eval needing brackets. (various) add defensive asserts. * ospf_lsdb.c: (ospf_lsdb_add) add missing node unlock if same lsa already was indexed. (ospf_lsdb_delete) check it's actually the same as specified lsa before deleting (ospf_lsdb_lookup_by_id_next) fix another corner case - no result => don't go on.