diff options
author | paul <paul> | 2004-08-05 09:10:31 +0000 |
---|---|---|
committer | paul <paul> | 2004-08-05 09:10:31 +0000 |
commit | 75ee0b8eed29619b98c67dcb5f6b10e1c8f201ae (patch) | |
tree | ebbf492147767a7161e48cb2ece2e0d36b061abe /ospfd/ChangeLog | |
parent | 049207c31d9b5da023c6c2e3689b771010098f94 (diff) |
2004-08-04 Paul Jakma <paul@dishone.st>
* ospf_spf.c: (ospf_spf_consider_nexthop) Add comment about issue.
Compare only against list head - all nexthops must be same cost
anyway, fixes a reference-listnode-after-delete bug noted by
Kir Kostuchenko.
(ospf_nexthop_calculation) Use ospf_spf_consider_nexthop for all
candidates attached to root.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 369822d9..4bbc2caf 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,12 @@ +2004-08-04 Paul Jakma <paul@dishone.st> + + * ospf_spf.c: (ospf_spf_consider_nexthop) Add comment about issue. + Compare only against list head - all nexthops must be same cost + anyway, fixes a reference-listnode-after-delete bug noted by + Kir Kostuchenko. + (ospf_nexthop_calculation) Use ospf_spf_consider_nexthop for all + candidates attached to root. + 2004-07-27 Paul Jakma <paul@dishone.st> * ospf_packet.c: (ospf_ls_upd_send_queue_event) fix thinko from |