Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Christoph Badura <bad@netbsd.org>
List: source-changes
Date: 10/06/2004 10:01:00
Module Name:	src
Committed By:	bad
Date:		Wed Oct  6 10:01:00 UTC 2004

Modified Files:
	src/sys/net: if_bridge.c

Log Message:
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().

Discussed with Jason Thorpe.

Fixes PR kern/27007 and the first part of PR kern/21831.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 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.