commit | 7591d8b862439dfae8b4b16d148ce567b6ff8cb7 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@sun.com> | Mon Aug 06 18:52:45 2007 +0000 |
committer | Paul Jakma <paul.jakma@sun.com> | Mon Aug 06 18:52:45 2007 +0000 |
tree | b9d24293663be04e4c80bcd78f8d1f5e86c2c3f1 | |
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