mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Merge commit 'b21955e05800c3ceedfe39eef605da84285296c7' into integrated
This commit is contained in:
commit
e1242dccaa
@ -743,6 +743,9 @@ bgp_neigh_notify(neighbor *n)
|
||||
{
|
||||
struct bgp_proto *p = (struct bgp_proto *) n->proto;
|
||||
|
||||
if (! (n->flags & NEF_STICKY))
|
||||
return;
|
||||
|
||||
if (n->scope > 0)
|
||||
{
|
||||
if ((p->p.proto_state == PS_START) && (p->start_state == BSS_PREPARE))
|
||||
|
Loading…
Reference in New Issue
Block a user