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/ospf/iface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf') diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index 2aae341a..b8c40c9b 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -1225,7 +1225,7 @@ ospf_reconfigure_ifaces2(struct ospf_proto *p) struct iface *iface; struct ifa *a; - WALK_LIST(iface, iface_list) + WALK_LIST(iface, global_iface_list) { if (! (iface->flags & IF_UP)) continue; @@ -1271,7 +1271,7 @@ ospf_reconfigure_ifaces3(struct ospf_proto *p) struct iface *iface; struct ifa *a; - WALK_LIST(iface, iface_list) + WALK_LIST(iface, global_iface_list) { if (! (iface->flags & IF_UP)) continue; -- cgit v1.2.3