diff options
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r-- | proto/bgp/bgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 8dedde9f..512220ae 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -1405,7 +1405,7 @@ bgp_start_locked(struct object_lock *lock) p->neigh = n; - if (n->scope <= 0) + if (n->scope < 0) BGP_TRACE(D_EVENTS, "Waiting for %I%J to become my neighbor", cf->remote_ip, cf->iface); else if (p->cf->check_link && !(n->iface->flags & IF_LINK_UP)) BGP_TRACE(D_EVENTS, "Waiting for link on %s", n->iface->name); |