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/babel/babel.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'proto/babel/babel.c') diff --git a/proto/babel/babel.c b/proto/babel/babel.c index c2de7599..86306180 100644 --- a/proto/babel/babel.c +++ b/proto/babel/babel.c @@ -1944,9 +1944,7 @@ babel_reconfigure_iface(struct babel_proto *p, struct babel_iface *ifa, struct b static void babel_reconfigure_ifaces(struct babel_proto *p, struct babel_config *cf) { - 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