patch-2.2.15 linux/net/core/dev.c
Next file: linux/net/core/dev_mcast.c
Previous file: linux/net/ax25/af_ax25.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Apr 21 12:47:11 2000
- Orig file:
v2.2.14/net/core/dev.c
- Orig date:
Tue Jan 4 21:19:03 2000
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/net/core/dev.c linux/net/core/dev.c
@@ -784,6 +784,9 @@
#else
netdev_dropping = 0;
#endif
+ if (skb->dev->flags & IFF_SLAVE && skb->dev->slave) {
+ skb->dev = skb->dev->slave;
+ }
skb_queue_tail(&backlog,skb);
mark_bh(NET_BH);
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)