summaryrefslogtreecommitdiffstats
path: root/nest/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/proto.c')
-rw-r--r--nest/proto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/proto.c b/nest/proto.c
index 16ec3f9..d6d5d77 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -546,6 +546,9 @@ protos_build(void)
init_list(&initial_proto_list);
init_list(&flush_proto_list);
proto_build(&proto_device);
+#ifdef CONFIG_RADV
+ proto_build(&proto_radv);
+#endif
#ifdef CONFIG_RIP
proto_build(&proto_rip);
#endif