From b8a230e478d41def757344bbe1eee7fa886682e5 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 4 Apr 2023 16:41:55 +0200 Subject: Interface subsystem locking --- proto/radv/radv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proto/radv') diff --git a/proto/radv/radv.c b/proto/radv/radv.c index a23b8945..434155dc 100644 --- a/proto/radv/radv.c +++ b/proto/radv/radv.c @@ -666,8 +666,7 @@ radv_reconfigure(struct proto *P, struct proto_config *CF) if (!old->propagate_routes && new->propagate_routes) channel_request_feeding(p->p.main_channel); - struct iface *iface; - WALK_LIST(iface, iface_list) + IFACE_WALK(iface) { if (p->p.vrf && p->p.vrf != iface->master) continue; -- cgit v1.2.3