mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Don't try to install static routes to disconnected neighbors.
This commit is contained in:
@@ -73,6 +73,7 @@ static_start(struct proto *p)
|
|||||||
r->chain = n->data;
|
r->chain = n->data;
|
||||||
n->data = r;
|
n->data = r;
|
||||||
r->neigh = n;
|
r->neigh = n;
|
||||||
|
if (n->iface)
|
||||||
static_install(p, r, n->iface);
|
static_install(p, r, n->iface);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user