diff mbox

ip6ip6: autoload ip6 tunnel

Message ID 20110310134319.25b1b901@nehalam
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

stephen hemminger March 10, 2011, 9:43 p.m. UTC
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).

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller March 10, 2011, 10 p.m. UTC | #1
From: Stephen Hemminger <shemminger@vyatta.com>
Date: Thu, 10 Mar 2011 13:43:19 -0800

> 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).

Yep, understood.  I'll do a merge then apply this, thanks Stephen!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 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__)