diff -ru ipvs-0.2.11/ipvs/ip_vs_conn.c ipvs-0.2.11.new/ipvs/ip_vs_conn.c --- ipvs-0.2.11/ipvs/ip_vs_conn.c Fri Apr 20 07:33:07 2001 +++ ipvs-0.2.11.new/ipvs/ip_vs_conn.c Sat Apr 28 15:43:31 2001 @@ -980,7 +980,7 @@ iph->saddr = rt->rt_src; iph->ttl = old_iph->ttl; iph->tot_len = htons(skb->len); - ip_select_ident(iph, &rt->u.dst); + ip_select_ident(iph, &rt->u.dst, NULL); ip_send_check(iph); #ifdef CONFIG_NETFILTER_DEBUG