diff options
author | paul <paul> | 2006-01-10 20:34:46 +0000 |
---|---|---|
committer | paul <paul> | 2006-01-10 20:34:46 +0000 |
commit | 867528434d32102b02e2538dcaa7c86aaf47f695 (patch) | |
tree | 45c996e73efe19e105a26f441f5617948c98f6ba /ospfd/ChangeLog | |
parent | 067fca86323b189fabf4c64c0b9ccb98a458b981 (diff) |
[ospfd] fix automatic router-id and network enable bug.
2006-01-10 Paul Jakma <paul.jakma@sun.com>
* 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.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <paul.jakma@sun.com> + + * 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 <paul.jakma@sun.com> * ospf_api.c: (struct opaque_lsa) change from gcc zero-length |