]> git.ipfire.org Git - thirdparty/bird.git/commit
OSPF: Fix handling of external routes on graceful restart
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 9 Jul 2019 01:31:54 +0000 (03:31 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 9 Jul 2019 01:39:19 +0000 (03:39 +0200)
commit85840d4c03552a69927b666774fa39921e7b1047
tree83602f31fd98940bd74713017e9b26deb8ac6e58
parent05e3933c06b488e71c9c149c25aec9c733a8bd1f
OSPF: Fix handling of external routes on graceful restart

We need to flush learned external LSAs a bit later than other LSAs (after
first feed after end of the graceful restart) to avoid flap of external
routes.
proto/ospf/iface.c
proto/ospf/ospf.c
proto/ospf/ospf.h
proto/ospf/rt.c
proto/ospf/topology.c
proto/ospf/topology.h