From 867528434d32102b02e2538dcaa7c86aaf47f695 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 10 Jan 2006 20:34:46 +0000 Subject: [ospfd] fix automatic router-id and network enable bug. 2006-01-10 Paul Jakma * ospfd.c: (ospf_network_run) checking to see if router-id is set should be on ospf->router_id, not router_id_static. This was causing ospfd to not start if router-id had not been configured statically. (ospf_if_update) ditto. --- ospfd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index cf6fef7f..9ec52ccd 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,11 @@ +2006-01-10 Paul Jakma + + * ospfd.c: (ospf_network_run) checking to see if router-id + is set should be on ospf->router_id, not router_id_static. + This was causing ospfd to not start if router-id had not + been configured statically. + (ospf_if_update) ditto. + 2005-11-26 Paul Jakma * ospf_api.c: (struct opaque_lsa) change from gcc zero-length -- cgit v1.2.1