* [PATCH] ip6ip6: autoload ip6 tunnel
@ 2011-03-10 21:43 Stephen Hemminger
2011-03-10 22:00 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2011-03-10 21:43 UTC (permalink / raw)
To: David Miller
Cc: netdev, Vasiliy Kulikov, Michael Tokarev, Kees Cook, James Morris
Add necessary alias to autoload ip6ip6 tunnel module.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
---
Patch is against 2.6.38-rc7 (not net-next).
--- a/net/ipv6/ip6_tunnel.c 2011-03-10 13:33:16.613345613 -0800
+++ b/net/ipv6/ip6_tunnel.c 2011-03-10 13:37:32.372100323 -0800
@@ -57,6 +57,7 @@
MODULE_AUTHOR("Ville Nuorvala");
MODULE_DESCRIPTION("IPv6 tunneling device");
MODULE_LICENSE("GPL");
+MODULE_ALIAS_NETDEV("ip6tnl0");
#ifdef IP6_TNL_DEBUG
#define IP6_TNL_TRACE(x...) printk(KERN_DEBUG "%s:" x "\n", __func__)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-10 21:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 21:43 [PATCH] ip6ip6: autoload ip6 tunnel Stephen Hemminger
2011-03-10 22:00 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).