[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>

authored by Patrick McHardy and committed by David S. Miller daccff02 36f73d0c

+1
+1
net/ipv6/sit.c
··· 854 module_init(sit_init); 855 module_exit(sit_cleanup); 856 MODULE_LICENSE("GPL");
··· 854 module_init(sit_init); 855 module_exit(sit_cleanup); 856 MODULE_LICENSE("GPL"); 857 + MODULE_ALIAS("sit0");