Changeset 47128 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Jul 13, 2013 8:02:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/Config.cpp
r47127 r47128 513 513 client->rawOptions.push_back(opt); 514 514 515 /* XXX: here should be condition MUST NOT on DHCPINFORM */ 515 516 opt.u8OptId = RTNET_DHCP_OPT_LEASE_TIME; 516 517 *(uint32_t *)opt.au8RawOpt = RT_H2N_U32(ConfigurationManager::getConfigurationManager()->getLeaseTime());
Note:
See TracChangeset
for help on using the changeset viewer.