]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/netfilter/ipvs/ip_vs_xmit.c
inetpeer: get rid of ip_id_count
[karo-tx-linux.git] / net / netfilter / ipvs / ip_vs_xmit.c
index 487b55e04337b3f83b76eb7faa0b5d4e909d41c5..73ba1cc7a88dd6a1126a0aaae3525ee2ce1f0fda 100644 (file)
@@ -883,7 +883,7 @@ ip_vs_tunnel_xmit(struct sk_buff *skb, struct ip_vs_conn *cp,
        iph->daddr              =       cp->daddr.ip;
        iph->saddr              =       saddr;
        iph->ttl                =       old_iph->ttl;
-       ip_select_ident(skb, &rt->dst, NULL);
+       ip_select_ident(skb, NULL);
 
        /* Another hack: avoid icmp_send in ip_fragment */
        skb->ignore_df = 1;