]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
.37 patches
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Mar 2011 20:47:45 +0000 (12:47 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Mar 2011 20:47:45 +0000 (12:47 -0800)
queue-2.6.37/ip6ip6-autoload-ip6-tunnel.patch [new file with mode: 0644]
queue-2.6.37/series

diff --git a/queue-2.6.37/ip6ip6-autoload-ip6-tunnel.patch b/queue-2.6.37/ip6ip6-autoload-ip6-tunnel.patch
new file mode 100644 (file)
index 0000000..c3d2dee
--- /dev/null
@@ -0,0 +1,30 @@
+From: stephen hemminger <shemminger@vyatta.com>
+Date: Thu, 10 Mar 2011 11:43:19 +0000 (+0000)
+Subject: ip6ip6: autoload ip6 tunnel
+
+From: stephen hemminger <shemminger@vyatta.com>
+
+commit 6dfbd87a20a737641ef228230c77f4262434fa24 upstream
+
+ip6ip6: autoload ip6 tunnel
+
+Add necessary alias to autoload ip6ip6 tunnel module.
+
+Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
+Signed-off-by: David S. Miller <davem@davemloft.net>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+
+---
+ net/ipv6/ip6_tunnel.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/net/ipv6/ip6_tunnel.c
++++ b/net/ipv6/ip6_tunnel.c
+@@ -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
index b245dd8b4cb4f1de9193a0c04b3871a9b3d05097..641ca97104e359f7ae4e934c137cf1a1becdd84e 100644 (file)
@@ -27,3 +27,4 @@ ivtv-fix-corrective-action-taken-upon-dma-err-interrupt-to-avoid-hang.patch
 cx23885-revert-check-for-slave-nack-on-all-transactions.patch
 cx25840-fix-probing-of-cx2583x-chips.patch
 dib7000m-add-pid-filtering.patch
+ip6ip6-autoload-ip6-tunnel.patch