]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix flooding procedure
authorChristian Franke <chris@opensourcerouting.org>
Wed, 20 Feb 2013 10:00:54 +0000 (10:00 +0000)
committerDavid Lamparter <equinox@diac24.net>
Sat, 20 Apr 2013 04:14:27 +0000 (06:14 +0200)
commit4c14b7f684510592f2eb46fd84859d8bca57def9
treef42890045f6d1cd37cdd61106b6524e6c476f445
parent4de8bf001189d40e086764fd804e59657d2e21e6
ospfd: fix flooding procedure

An ospf router should accept a new maxage LSA into its lsdb if it has any
neighbors in state Exchange or Loading. ospfd would however only account
for neighbors on the same interface which does not seem to be a valid
optimization.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Signed-off-by: David Lamparter <equinox@diac24.net>
ospfd/ospf_lsa.c
ospfd/ospf_lsa.h
ospfd/ospf_packet.c