]> git.proxmox.com Git - mirror_frr.git/commit - ospfd/ospf_neighbor.c
[ospfd] Bug #234. Fix nbr_self reinitialisation after down/up.
authorpaul <paul>
Wed, 11 Jan 2006 01:08:19 +0000 (01:08 +0000)
committerpaul <paul>
Wed, 11 Jan 2006 01:08:19 +0000 (01:08 +0000)
commit1a643f88b238147dc2cfbe137d9feae7e3f3546e
tree8855528746546e29dd645d80a6df22eb84bb351a
parent818e56cf2723843377d2881a6b81b8adc0fe9160
[ospfd] Bug #234. Fix nbr_self reinitialisation after down/up.

2006-01-10 Len Sorensen <lennartsorensen@ruggedcom.com>

* (general) Bug #234, see also [quagga-dev 3902].
  Fix problem with nbr_self not being properly reinitialised
  when an interface comes up, after having been down.
  Some re-arrangement done by Paul Jakma, any bugs introduced
  on top of Len's suggested changes are his.
* ospf_neighbor.c: (ospf_nbr_add_self) centralise
  initialisation of nbr_self parameters here.
* ospf_interface.c: (ospf_if_new) deleting initialisation of
  parameters of nbr_self, just rely on call to
  ospf_nbr_add_self.
  (ospf_if_cleanup) ditto.
* ospfd.c: (ospf_network_run) ditto.
ospfd/ChangeLog
ospfd/ospf_interface.c
ospfd/ospf_neighbor.c
ospfd/ospfd.c