Merge tag 'mac80211-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/linux/kerne...
[deliverable/linux.git] / net / ipv4 / ipip.c
index 92827483ee3d7f03881e5cededec380fa3f15885..978370132f29f3bcce0ae419e52d954a43c5488c 100644 (file)
@@ -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);
This page took 0.029684 seconds and 5 git commands to generate.