diff options
Diffstat (limited to 'proto/babel')
-rw-r--r-- | proto/babel/babel.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |