summaryrefslogtreecommitdiffstatshomepage
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
commitb4f93ace76b1065ab08fd5596f31a0971b848eea (patch)
treea0ccea72b2eddb733c1fcfbfefdf31f795adf353
parentdevice: shorter workqueue names to fit in ps (diff)
downloadwireguard-monolithic-historical-b4f93ace76b1065ab08fd5596f31a0971b848eea.tar.xz
wireguard-monolithic-historical-b4f93ace76b1065ab08fd5596f31a0971b848eea.zip
main: add `wg` type alias
-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");