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

Next file: linux-2.4.19/net/bridge/br_input.c
Previous file: linux-2.4.19/net/bluetooth/syms.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/net/bridge/br_forward.c linux-2.4.19/net/bridge/br_forward.c
@@ -48,12 +48,8 @@
 
 static void __br_deliver(struct net_bridge_port *to, struct sk_buff *skb)
 {
-	struct net_device *indev;
-
-	indev = skb->dev;
 	skb->dev = to->dev;
-
-	NF_HOOK(PF_BRIDGE, NF_BR_LOCAL_OUT, skb, indev, skb->dev,
+	NF_HOOK(PF_BRIDGE, NF_BR_LOCAL_OUT, skb, NULL, 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)