- Timestamp:
- May 21, 2018 1:10:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp
r72261 r72275 1740 1740 if (pModuleCtx->fPassVmTrafficToHost && vboxNetLwfWinIsPromiscuous(pModuleCtx)) 1741 1741 fDropIt = false; 1742 1742 1743 1743 LogFlow(("<==vboxNetLwfWinForwardToIntNet: return '%s'\n", 1744 1744 fDropIt ? (fDontDrop ? "do not drop (some)" : "drop it") : "do not drop (any)"));
Note:
See TracChangeset
for help on using the changeset viewer.