mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
When protocols go down, prune the neighbor list.
This commit is contained in:
@ -330,6 +330,7 @@ proto_flush_all(void *unused)
|
||||
struct proto *p;
|
||||
|
||||
rt_prune(&master_table);
|
||||
neigh_prune();
|
||||
while ((p = HEAD(flush_proto_list))->n.next)
|
||||
{
|
||||
DBG("Flushing protocol %s\n", p->name);
|
||||
|
Reference in New Issue
Block a user