Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/11/2006 22:13:56
Module Name:	src
Committed By:	tron
Date:		Tue Jul 11 22:13:56 UTC 2006

Modified Files:
	src/sys/netinet6: icmp6.c

Log Message:
Clear mbuf checksum flags before passing in to ip6_output(). We might
recycle a mbuf which contained a hardware provided checksum. This
fixes "traceroute6" to a machine which is using a wm(4) interface
that has UDP or TCP checksum offload enabled.


To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 src/sys/netinet6/icmp6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.