|
@@ -519,8 +519,6 @@ static netdev_tx_t __gre6_xmit(struct sk_buff *skb,
|
|
|
gre_build_header(skb, tunnel->tun_hlen, tunnel->parms.o_flags,
|
|
|
protocol, tunnel->parms.o_key, htonl(tunnel->o_seqno));
|
|
|
|
|
|
- skb_set_inner_protocol(skb, protocol);
|
|
|
-
|
|
|
return ip6_tnl_xmit(skb, dev, dsfield, fl6, encap_limit, pmtu,
|
|
|
NEXTHDR_GRE);
|
|
|
}
|