patch-2.4.4 linux/include/net/ipip.h
Next file: linux/include/net/ipv6.h
Previous file: linux/include/net/ip.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Thu Apr 12 12:11:39 2001
-  Orig file: 
v2.4.3/linux/include/net/ipip.h
-  Orig date: 
Fri Aug  4 18:18:49 2000
diff -u --recursive --new-file v2.4.3/linux/include/net/ipip.h linux/include/net/ipip.h
@@ -29,8 +29,9 @@
 	int err;							\
 	int pkt_len = skb->len;						\
 									\
+	skb->ip_summed = CHECKSUM_NONE;					\
 	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);						\
 									\
 	err = NF_HOOK(PF_INET, NF_IP_LOCAL_OUT, skb, NULL, rt->u.dst.dev, do_ip_send); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)