999-fix_upstream_ipv6_bug.patch 262 B

12345678910
  1. --- a/net/ipv6/sit.c
  2. +++ b/net/ipv6/sit.c
  3. @@ -692,7 +692,6 @@ static int ipip6_rcv(struct sk_buff *skb
  4. if (iptunnel_pull_header(skb, 0, htons(ETH_P_IPV6)))
  5. goto out;
  6. - iph = ip_hdr(skb);
  7. err = IP_ECN_decapsulate(iph, skb);
  8. if (unlikely(err)) {