Subject: CVS commit: [netbsd-2-0] src/sys/net
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 10/08/2004 03:11:13
Module Name:	src
Committed By:	jmc
Date:		Fri Oct  8 03:11:13 UTC 2004

Modified Files:
	src/sys/net [netbsd-2-0]: if_bridge.c

Log Message:
Pullup rev 1.26 (requested by bad in ticket #900)

Interfaces that do checksum offloading indicate the checksum status of
received packets in csum_flags in the packet header.  Packets that are
forwarded over the bridge need to have csum_flags cleared before being
put on the output queue.  Do so in bridge_enqueue(). PR#27007 PR#21831


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.22.2.1 src/sys/net/if_bridge.c

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