Changeset 45143 in vbox
- Timestamp:
- Mar 22, 2013 1:58:03 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84459
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c
r44203 r45143 1514 1514 * Set the RX receive function. 1515 1515 * This shouldn't be necessary as vboxNetFltPortOsSetActive() will be invoked after this, but in the future, 1516 * if the guest NIC changes MAC address this may not be followed by a vboxNetFltPortOsSetActive() call, 1516 * if the guest NIC changes MAC address this may not be followed by a vboxNetFltPortOsSetActive() call, 1517 1517 * so set it here anyway. 1518 1518 */ … … 1654 1654 1655 1655 /* 1656 * If the underlying interface is not a VNIC, we need to delete the created VNIC. 1657 */ 1658 if (!pThis->u.s.fIsVNIC) 1656 * If the underlying interface is a physical interface or a VNIC template, we need to delete the created VNIC. 1657 */ 1658 if ( !pThis->u.s.fIsVNIC 1659 || pThis->u.s.fIsVNICTemplate) 1659 1660 { 1660 1661 /*
Note:
See TracChangeset
for help on using the changeset viewer.