2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: stephen hemminger <[email protected]> Date: Thu, 10 Mar 2011 11:43:19 +0000 (+0000) Subject: ip6ip6: autoload ip6 tunnel From: stephen hemminger <[email protected]> commit 6dfbd87a20a737641ef228230c77f4262434fa24 upstream ip6ip6: autoload ip6 tunnel Add necessary alias to autoload ip6ip6 tunnel module. Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: David S. Miller <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andi Kleen <[email protected]> --- net/ipv6/ip6_tunnel.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.35.y/net/ipv6/ip6_tunnel.c =================================================================== --- linux-2.6.35.y.orig/net/ipv6/ip6_tunnel.c 2011-03-29 22:50:49.173000204 -0700 +++ linux-2.6.35.y/net/ipv6/ip6_tunnel.c 2011-03-29 23:03:02.067247275 -0700 @@ -57,6 +57,7 @@ MODULE_AUTHOR("Ville Nuorvala"); MODULE_DESCRIPTION("IPv6 tunneling device"); MODULE_LICENSE("GPL"); +MODULE_ALIAS_NETDEV("ip6tnl0"); #define IPV6_TLV_TEL_DST_SIZE 8 _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
