Changeset 11062 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 1, 2008 3:09:13 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33957
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r11061 r11062 1518 1518 Assert(fDst); 1519 1519 AssertReturnVoid(pThis->pIfPort); 1520 1521 /* 1522 * If we're supposed to be sharing the MAC address with the host 1523 * interface when hitting the wire, change INTNETTRUNKDIR_WIRE to 1524 * INTNETTRUNKDIR_WIRE_SHARED before calling pfnXmit. 1525 */ 1526 if ( (pNetwork->fFlags & INTNET_OPEN_FLAGS_SHARED_MAC_ON_WIRE) 1527 && (fDst & INTNETTRUNKDIR_WIRE)) 1528 fDst = (fDst & ~INTNETTRUNKDIR_WIRE) | INTNETTRUNKDIR_WIRE_SHARED; 1520 1529 1521 1530 /*
Note:
See TracChangeset
for help on using the changeset viewer.