patch-2.4.23 linux-2.4.23/net/bridge/br_forward.c

Next file: linux-2.4.23/net/bridge/br_stp_bpdu.c
Previous file: linux-2.4.23/net/bluetooth/rfcomm/core.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/net/bridge/br_forward.c linux-2.4.23/net/bridge/br_forward.c
@@ -59,6 +59,7 @@
 
 	indev = skb->dev;
 	skb->dev = to->dev;
+	skb->ip_summed = CHECKSUM_NONE;
 
 	NF_HOOK(PF_BRIDGE, NF_BR_FORWARD, skb, indev, skb->dev,
 			__br_forward_finish);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)