From bc20c1a4638db3b92a2e2f7f4b820e60f30a6146 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Wed, 24 Jan 2007 14:51:51 +0000 Subject: [ospfd] Bug #330: SPF must consider that nexthop-calc may fail 2007-01-24 Paul Jakma * ospf_spf.c: Bug #330: Nexthop calculation sometimes may fail, and it needs to indicate this result to SPF. (ospf_spf_add_parent) Flush of parent list needs to be done here, for simplicity. (ospf_nexthop_calculation) Caller needs to know whether nexthop calculation succeeded. Every return statement must correctly indicate such. (ospf_spf_next) Queueing/prioritisation of vertices in SPF must take into account whether nexthop_calculation succeeded, or SPF may fail to find best paths. --- ospfd/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index c80f3b62..d026bf88 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,16 @@ +2007-01-24 Paul Jakma + + * ospf_spf.c: Bug #330: Nexthop calculation sometimes may fail, + and it needs to indicate this result to SPF. + (ospf_spf_add_parent) Flush of parent list needs to be done here, + for simplicity. + (ospf_nexthop_calculation) Caller needs to know whether + nexthop calculation succeeded. Every return statement must + correctly indicate such. + (ospf_spf_next) Queueing/prioritisation of vertices in SPF + must take into account whether nexthop_calculation succeeded, + or SPF may fail to find best paths. + 2006-12-12 Andrew J. Schorr * ospf_interface.c: (ospf_if_is_configured, ospf_if_lookup_by_prefix, -- cgit v1.2.1