summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2006-11-05 23:47:04 (GMT)
committerDavid S. Miller <davem@davemloft.net>2006-11-05 23:47:04 (GMT)
commitdaccff024ffeb21caa2cc479ccc33b2ec50705b1 (patch)
tree1ed207b206c0d1a1e131f075105fc5d52f5cec48 /net
parent36f73d0c3b7efa72cd8b89f2d429ff39bc12f15c (diff)
downloadlinux-daccff024ffeb21caa2cc479ccc33b2ec50705b1.tar.xz
[IPV6]: Give sit driver an appropriate module alias.
It would be nice to keep things working even with this built as a module, it took me some time to realize my IPv6 tunnel was broken because of the missing sit module. This module alias fixes things until distributions have added an appropriate alias to modprobe.conf. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-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 b481a4d..be699f8 100644
--- a/net/ipv6/sit.c
+++ b/net/ipv6/sit.c
@@ -854,3 +854,4 @@ int __init sit_init(void)
module_init(sit_init);
module_exit(sit_cleanup);
MODULE_LICENSE("GPL");
+MODULE_ALIAS("sit0");