Changeset 18314 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Mar 26, 2009 2:16:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r18208 r18314 44 44 # include "win/DrvIntNet-win.h" 45 45 #endif 46 46 47 47 48 /******************************************************************************* … … 779 780 "IgnoreTrunkHostPromisc\0" 780 781 "QuietlyIgnoreTrunkHostPromisc\0" 781 "IsService\0" 782 "DhcpIPAddress\0" 783 "DhcpNetworkMask\0" 784 "DhcpLowerIP\0" 785 "DhcpUpperIP\0" 786 "DhcpMacAddress\0")) 782 "IsService\0")) 787 783 return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES; 788 784
Note:
See TracChangeset
for help on using the changeset viewer.