commit | cb3f37d276e2c803d806715dd2b1bda81075ca19 | [log] [tgz] |
---|---|---|
author | paul <paul> | Tue Feb 18 23:26:37 2003 +0000 |
committer | paul <paul> | Tue Feb 18 23:26:37 2003 +0000 |
tree | 6d0eb78905dcf552e84eb248799ce7977613a96c | |
parent | 8c80cb7ee950b7f8c728539d965deae91e70a4eb [diff] |
1. ospf_opaque_type10_lsa_term (area) - was being called after ospf_lsdb_free had been called. (efence caught this one). This bug is present in zebra.org CVS 2. It fixes my previous ospf_network_match_iface patch ([zebra 17352]) - i lost a couple of checks in ospf_network_run() by mistake. this patch isnt in zebra.org CVS, but it would be nice to have it once it works. This hopefully fixes the 'assert rn->info' problems people had with zebra-pj yesterday.