From d355bfa7806c77ec40e789dfb8226778ec7c36f5 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 8 Apr 2004 07:43:45 +0000 Subject: 2004-04-08 Paul Jakma * ospf_spf.h: Add backlink field to struct vertex * ospf_spf.h: (ospf_vertex_new) initialise backlink (ospf_lsa_has_link) return index of link back to vertex V from candidate vertex W, or -1 if no link exists. (ospf_spf_next) save backlink index for candidate vertex * ospf_interface.c: (ospf_vl_set_params) Use the backlink index to determine correct address for virtual-link peers. Fall back to older "pick first link" method if no backlink index exists. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36c421f4..50efbb78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-04-08 Paul Jakma + + * ospf_spf.h: Add backlink field to struct vertex + * ospf_spf.h: (ospf_vertex_new) initialise backlink + (ospf_lsa_has_link) return index of link back to + vertex V from candidate vertex W, or -1 if no link exists. + (ospf_spf_next) save backlink index for candidate vertex + * ospf_interface.c: (ospf_vl_set_params) Use the backlink index + to determine correct address for virtual-link peers. Fall back + to older "pick first link" method if no backlink index exists. + 2004-04-06 Hasso Tepper * zebra/ipforward_proc.c: Fixed lowering privileges. -- cgit v1.2.1