Browse Source

Revert kernel (vanilla) commit b699d0035836f6712917a41e7ae58d84359b8ff9 : see vanilla kernel commit f4eb17e1efe538d4da7d574bedb00a8dafcc26b7

RISCi_ATOM 5 years ago
parent
commit
a7ce8a7e36
1 changed files with 10 additions and 0 deletions
  1. 10 0
      target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch

+ 10 - 0
target/linux/generic/patches-4.4/999-fix_upstream_ipv6_bug.patch

@@ -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)) {