From 783f8b689a29aaffbe75e964fdd09a3c219ea81c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 20:55:08 +0000 Subject: When protocols go down, prune the neighbor list. --- nest/proto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/proto.c') diff --git a/nest/proto.c b/nest/proto.c index f96d37d..21f3630 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -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); -- cgit v1.2.3