Changeset 38485 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Aug 17, 2011 12:00:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
r38484 r38485 996 996 /* 997 997 * Create a mbuf for the gather list and push it onto the wire. 998 */ 999 /* 1000 * If the interface is in the promiscuous mode we need to send 1001 * the packet down the stack so it reaches the driver and Berkeley 1002 * Packet Filter (see #5817). 998 * 999 * Note! If the interface is in the promiscuous mode we need to send the 1000 * packet down the stack so it reaches the driver and Berkeley 1001 * Packet Filter (see #5817). 1003 1002 */ 1004 1003 if ((fDst & INTNETTRUNKDIR_WIRE) || vboxNetFltDarwinIsPromiscuous(pThis))
Note:
See TracChangeset
for help on using the changeset viewer.