inetpeer: get rid of ip_id_count
[firefly-linux-kernel-4.4.55.git] / net / ipv6 / sit.c
index 540d58921007bdcc31900ac4dc4722e9eb5351d4..8d22460a811ba1254cfd3655cdce73456a00efb9 100644 (file)
@@ -919,7 +919,7 @@ static netdev_tx_t ipip6_tunnel_xmit(struct sk_buff *skb,
                iph->ttl        =       iph6->hop_limit;
 
        skb->ip_summed = CHECKSUM_NONE;
-       ip_select_ident(skb, skb_dst(skb), NULL);
+       ip_select_ident(skb, NULL);
        iptunnel_xmit(skb, dev);
        return NETDEV_TX_OK;