diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-03-23 11:19:08 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-03-23 11:19:08 +0000 |
commit | 85ef784e8a41a6dd11da42e10368f80c8bdb99d8 (patch) | |
tree | b2089c197ee4eaefc18a15d1cb30118f2c66daab /ospfd/ChangeLog | |
parent | b75ae99e1d95685869fb38049e1936129fe17fc9 (diff) |
[ospfd] Bug #330 regression: failure to calculate routes through networks
2007-03-23 Paul Jakma <paul.jakma@sun.com>
* ospf_spf.c: (ospf_nexthop_calculation) Fix silly regression
causing ospfd to fail to calculate paths past networks not
attached to root vertex, introduced with bug #330 fixes.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index d0a3fcf0..654c31a2 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,6 +1,9 @@ 2007-03-23 Paul Jakma <paul.jakma@sun.com> * ospf_spf.c: (various) Add more debug statements. + (ospf_nexthop_calculation) Fix silly regression causing ospfd + to fail to calculate paths past networks not attached to root + vertex, introduced with bug #330 fixes. 2007-03-14 Andrew J. Schorr <ajschorr@alumni.princeton.edu> |