summaryrefslogtreecommitdiff
path: root/proto/radv/radv.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/radv/radv.c')
-rw-r--r--proto/radv/radv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/radv/radv.c b/proto/radv/radv.c
index b0f15514..63549c77 100644
--- a/proto/radv/radv.c
+++ b/proto/radv/radv.c
@@ -664,7 +664,7 @@ radv_reconfigure(struct proto *P, struct proto_config *CF)
channel_request_feeding(p->p.main_channel);
struct iface *iface;
- WALK_LIST(iface, iface_list)
+ WALK_LIST(iface, global_iface_list)
{
if (!(iface->flags & IF_UP))
continue;