Revert kernel (vanilla) commit b699d0035836f6712917a41e7ae58d84359b8ff9 : see vanilla...
authorRISCi_ATOM <bob@bobcall.me>
Wed, 25 Jul 2018 19:26:20 +0000 (15:26 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Wed, 25 Jul 2018 19:26:20 +0000 (15:26 -0400)
target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch [new file with mode: 0644]

diff --git a/target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch b/target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch
new file mode 100644 (file)
index 0000000..c1bac43
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/net/ipv6/sit.c
++++ b/net/ipv6/sit.c
+@@ -692,7 +692,6 @@ static int ipip6_rcv(struct sk_buff *skb
+               if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6)))
+                       goto out;
+-              iph = ip_hdr(skb);
+               err = IP_ECN_decapsulate(iph, skb);
+               if (unlikely(err)) {