summaryrefslogtreecommitdiff
path: root/nest/proto.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2019-02-28 00:44:40 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2020-05-08 18:52:55 +0200
commitc87c3c3eebd3f6b887858cbf774420a4349f5d9d (patch)
tree852d6fa211f84b1b14f51e371fab14b1047c7502 /nest/proto.c
parent4577100b6620bfc998a2cff2b9fd87d969f9dd35 (diff)
Wireguard: Initial commit
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 85090424..652c6b48 100644
--- a/nest/proto.c
+++ b/nest/proto.c
@@ -1496,6 +1496,9 @@ protos_build(void)
#ifdef CONFIG_PERF
proto_build(&proto_perf);
#endif
+#ifdef CONFIG_WIREGUARD
+ proto_build(&proto_wireguard);
+#endif
proto_pool = rp_new(&root_pool, "Protocols");
proto_shutdown_timer = tm_new(proto_pool);