diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-08-06 18:52:45 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-08-06 18:52:45 +0000 |
commit | 7591d8b862439dfae8b4b16d148ce567b6ff8cb7 (patch) | |
tree | b9d24293663be04e4c80bcd78f8d1f5e86c2c3f1 /ospfd/ChangeLog | |
parent | fc787e873dff0091069742b34fb3631ac529c92a (diff) |
[ospfd] Fix bad SPF calculation on some topologies - incorrect sorting
2007-08-07 Atis Elsts <atis@mikrotik.com>
* ospf_spf.c: (ospf_spf_next) Sort heap in correct direction
after vertex cost is changed, thus fixing incorrect SPF
calculation on certain topologies.
* lib/pqueue.{c,h}: Export trickle_up
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index bb0e9083..422208e8 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,9 @@ +2007-08-07 Atis Elsts <atis@mikrotik.com> + + * ospf_spf.c: (ospf_spf_next) Sort heap in correct direction + after vertex cost is changed, thus fixing incorrect SPF + calculation on certain topologies. + 2007-08-06 Paul Jakma <paul.jakma@sun.com> * ospf_lsa.c: (router_lsa_flags) Bug #331, NSSA regression caused |