]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/bridge/br_netfilter.c
[BRIDGE] netfilter: vlan + hw checksum = bug?
authorStephen Hemminger <shemminger@osdl.org>
Fri, 6 Jan 2006 21:13:29 +0000 (13:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Jan 2006 21:13:29 +0000 (13:13 -0800)
commitee02b3a613a692a40e0f48a25d9d60cc751ebbe5
tree51c034027c96a213ac53cd831dee4cb24fd0ed17
parenta20a8554796bc4e28879beabd0db4bf3ce77b686
[BRIDGE] netfilter: vlan + hw checksum = bug?

It looks like the bridge netfilter code does not correctly update
the hardware checksum after popping off the VLAN header.

This is by inspection, I have *not* tested this.
To test you would need to set up a filtering bridge with vlans
and a device the does hardware receive checksum (skge, or sungem)

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netfilter.c