]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[IPV6]: Give sit driver an appropriate module alias.
authorPatrick McHardy <kaber@trash.net>
Sun, 5 Nov 2006 23:47:04 +0000 (15:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Nov 2006 23:47:04 +0000 (15:47 -0800)
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>
net/ipv6/sit.c

index b481a4d780c239f229d9d28aae7c0239fc589f76..be699f85b2c711d17ad3dfbbdb36ae9adecd6caa 100644 (file)
@@ -854,3 +854,4 @@ int __init sit_init(void)
 module_init(sit_init);
 module_exit(sit_cleanup);
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("sit0");