From 127862f626f39d52b758084931e0fbdc91db745c Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 26 Jan 2022 21:16:19 +0100 Subject: Asynchronous neighbor notifications fixes --- proto/bgp/bgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/bgp') diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index b825f778..7e803f64 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -1541,7 +1541,7 @@ bgp_start_locked(struct object_lock *lock) return; } - neighbor *n = neigh_find(&p->p, p->remote_ip, cf->iface, NEF_STICKY); + neighbor *n = neigh_find(&p->p, p->remote_ip, cf->iface, NEF_STICKY | NEF_NOTIFY_MAIN); if (!n) { log(L_ERR "%s: Invalid remote address %I%J", p->p.name, p->remote_ip, cf->iface); -- cgit v1.2.3