summaryrefslogtreecommitdiff
path: root/proto/radv/radv.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-01-24 15:48:18 +0100
committerMaria Matejka <mq@ucw.cz>2022-02-03 10:30:33 +0100
commitd37513a372b0d5b133f59293af185ec831e2456f (patch)
treeef710a0adcc81bbf725b4a39e0fd3ae50df3117e /proto/radv/radv.c
parentc651cef737c7c7578c26bd787c0abd3c364bf4b8 (diff)
Neighbors: Locking and asynchronous notifications
Diffstat (limited to 'proto/radv/radv.c')
-rw-r--r--proto/radv/radv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/radv/radv.c b/proto/radv/radv.c
index 63549c77..15673555 100644
--- a/proto/radv/radv.c
+++ b/proto/radv/radv.c
@@ -663,6 +663,7 @@ radv_reconfigure(struct proto *P, struct proto_config *CF)
if (!old->propagate_routes && new->propagate_routes)
channel_request_feeding(p->p.main_channel);
+ IFACE_LEGACY_ACCESS;
struct iface *iface;
WALK_LIST(iface, global_iface_list)
{