From c651cef737c7c7578c26bd787c0abd3c364bf4b8 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 24 Jan 2022 10:01:10 +0100 Subject: Global interface list renamed to not clash with local lists --- proto/rip/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/rip/rip.c') diff --git a/proto/rip/rip.c b/proto/rip/rip.c index ee05f058..b4c702ae 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -776,7 +776,7 @@ rip_reconfigure_ifaces(struct rip_proto *p, struct rip_config *cf) { struct iface *iface; - WALK_LIST(iface, iface_list) + WALK_LIST(iface, global_iface_list) { if (!(iface->flags & IF_UP)) continue; -- cgit v1.2.3