Changeset 17995 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Mar 17, 2009 7:51:22 AM (16 years ago)
- Location:
- trunk/src/VBox/Devices/Network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DhcpServerRunner.h
r17957 r17995 300 300 ~DhcpServerRunner() { stop(); /* don't leave abandoned servers */} 301 301 302 int setOption(DHCPCFG opt, c har *val)302 int setOption(DHCPCFG opt, const char *val) 303 303 { 304 304 if(opt == 0 || opt >= DHCPCFG_NOTOPT_MAXVAL) -
trunk/src/VBox/Devices/Network/DrvIntNet.cpp
r17966 r17995 1119 1119 dhcp.setOption(DHCPCFG_TRUNKTYPE, TRUNKTYPE_SRVNAT); 1120 1120 break; 1121 default: 1122 AssertFailed(); 1123 break; 1121 1124 } 1122 1125 //temporary hack for testing
Note:
See TracChangeset
for help on using the changeset viewer.