diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-07-09 03:31:54 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-07-09 03:39:19 +0200 |
commit | 85840d4c03552a69927b666774fa39921e7b1047 (patch) | |
tree | 83602f31fd98940bd74713017e9b26deb8ac6e58 /proto/ospf/iface.c | |
parent | 05e3933c06b488e71c9c149c25aec9c733a8bd1f (diff) |
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.
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index 6e7e498f..f5c69199 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -880,7 +880,6 @@ ospf_iface_reconfigure(struct ospf_iface *ifa, struct ospf_iface_patt *new) ifname, ifa->priority, new->priority); ifa->priority = new->priority; - ospf_iface_sm(ifa, ISM_NEICH); ospf_notify_link_lsa(ifa); } |