From d37513a372b0d5b133f59293af185ec831e2456f Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 24 Jan 2022 15:48:18 +0100 Subject: Neighbors: Locking and asynchronous notifications --- proto/radv/radv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/radv/radv.c') diff --git a/proto/radv/radv.c b/proto/radv/radv.c index 63549c77..15673555 100644 --- a/proto/radv/radv.c +++ b/proto/radv/radv.c @@ -663,6 +663,7 @@ radv_reconfigure(struct proto *P, struct proto_config *CF) if (!old->propagate_routes && new->propagate_routes) channel_request_feeding(p->p.main_channel); + IFACE_LEGACY_ACCESS; struct iface *iface; WALK_LIST(iface, global_iface_list) { -- cgit v1.2.3