From d37513a372b0d5b133f59293af185ec831e2456f Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 24 Jan 2022 15:48:18 +0100 Subject: Neighbors: Locking and asynchronous notifications --- proto/ospf/iface.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/ospf') diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index b8c40c9b..049030ac 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -1225,6 +1225,7 @@ ospf_reconfigure_ifaces2(struct ospf_proto *p) struct iface *iface; struct ifa *a; + IFACE_LEGACY_ACCESS; WALK_LIST(iface, global_iface_list) { if (! (iface->flags & IF_UP)) @@ -1271,6 +1272,7 @@ ospf_reconfigure_ifaces3(struct ospf_proto *p) struct iface *iface; struct ifa *a; + IFACE_LEGACY_ACCESS; WALK_LIST(iface, global_iface_list) { if (! (iface->flags & IF_UP)) -- cgit v1.2.3