Subject: CVS commit: src/sys/netinet
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/26/2003 15:12:12
Module Name:	src
Committed By:	yamt
Date:		Mon May 26 15:12:12 UTC 2003

Modified Files:
	src/sys/netinet: ip_output.c

Log Message:
- don't pass mbufs with M_CSUM_* flags which isn't supported by the interface
  to if_output.
- offload ip-checksumming for each fragmented packets as well.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/netinet/ip_output.c

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