From 75ee0b8eed29619b98c67dcb5f6b10e1c8f201ae Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 5 Aug 2004 09:10:31 +0000 Subject: 2004-08-04 Paul Jakma * 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. --- ospfd/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ospfd/ChangeLog') 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 + + * 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 * ospf_packet.c: (ospf_ls_upd_send_queue_event) fix thinko from -- cgit v1.2.1