summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-01-24 06:11:16 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-13 21:55:17 +0100
commit95507a57344431b890c12f3132a019f31d824b01 (patch)
tree28045a9eb65d091fc2c645fcbb95142c6e9957a3 /src/main.c
parent498412f71f5443aa0a548bf71c5e5a55c6046f3f (diff)
main: add `wg` type alias
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 547c4e1..c3de755 100644
--- a/src/main.c
+++ b/src/main.c
@@ -67,4 +67,5 @@ module_exit(mod_exit);
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Fast, secure, and modern VPN tunnel");
MODULE_AUTHOR("Jason A. Donenfeld <Jason@zx2c4.com>");
-MODULE_ALIAS_RTNL_LINK(KBUILD_MODNAME);
+MODULE_ALIAS_RTNL_LINK("wireguard");
+MODULE_ALIAS_RTNL_LINK("wg");