summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-05-15 21:21:30 (GMT)
committerDavid S. Miller <davem@davemloft.net>2014-05-21 19:46:52 (GMT)
commitf98f89a0104454f35a62d681683c844f6dbf4043 (patch)
tree6d7e79e7a64d1dee8acf15674736212f1a5fa059 /net/ipv6/sit.c
parent2a7ede540785cac631a7e7334701a25e949853a8 (diff)
downloadlinux-f98f89a0104454f35a62d681683c844f6dbf4043.tar.xz
net: tunnels - enable module autoloading
Enable the module alias hookup to allow tunnel modules to be autoloaded on demand. This is in line with how most other netdev kinds work, and will allow userspace to create tunnels without having CAP_SYS_MODULE. Signed-off-by: Tom Gundersen <teg@jklm.no> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/sit.c')
-rw-r--r--net/ipv6/sit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c
index e5a453c..f438004 100644
--- a/net/ipv6/sit.c
+++ b/net/ipv6/sit.c
@@ -1828,4 +1828,5 @@ xfrm_tunnel_failed:
module_init(sit_init);
module_exit(sit_cleanup);
MODULE_LICENSE("GPL");
+MODULE_ALIAS_RTNL_LINK("sit");
MODULE_ALIAS_NETDEV("sit0");