diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-01-24 14:51:51 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-01-24 14:51:51 +0000 |
commit | bc20c1a4638db3b92a2e2f7f4b820e60f30a6146 (patch) | |
tree | 12d8b124a27309f70d1e8b070641659a517f392a /ospfd/ChangeLog | |
parent | fb6724a6b987cb6fab00cc9326674bd14a0d09fa (diff) |
[ospfd] Bug #330: SPF must consider that nexthop-calc may fail
2007-01-24 Paul Jakma <paul.jakma@sun.com>
* 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.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <paul.jakma@sun.com> + + * 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 <ajschorr@alumni.princeton.edu> * ospf_interface.c: (ospf_if_is_configured, ospf_if_lookup_by_prefix, |