mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-16 10:38:05 +00:00
[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.
This commit is contained in:
parent
b75ae99e1d
commit
85ef784e8a
@ -1,6 +1,9 @@
|
|||||||
2007-03-23 Paul Jakma <paul.jakma@sun.com>
|
2007-03-23 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
* ospf_spf.c: (various) Add more debug statements.
|
* 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>
|
2007-03-14 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
|
@ -677,6 +677,7 @@ ospf_nexthop_calculation (struct ospf_area *area, struct vertex *v,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (added)
|
||||||
return added;
|
return added;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user