diff options
Diffstat (limited to 'net/ipv4/ipip.c')
| -rw-r--r-- | net/ipv4/ipip.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 92827483ee3d..978370132f29 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c @@ -219,7 +219,7 @@ static netdev_tx_t ipip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)  	if (unlikely(skb->protocol != htons(ETH_P_IP)))  		goto tx_error; -	if (iptunnel_handle_offloads(skb, SKB_GSO_IPIP)) +	if (iptunnel_handle_offloads(skb, SKB_GSO_IPXIP4))  		goto tx_error;  	skb_set_inner_ipproto(skb, IPPROTO_IPIP);  |