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 28396a52..6bd18f09 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -804,7 +804,7 @@ bgp_start_locked(struct object_lock *lock) return; } - if (p->neigh->iface) + if (p->neigh->scope > 0) bgp_start_neighbor(p); else BGP_TRACE(D_EVENTS, "Waiting for %I to become my neighbor", cf->remote_ip); |