Changeset 50622 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 27, 2014 2:54:00 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r50621 r50622 1094 1094 case VBOX_NAT_HNCE_DNSPROXY: 1095 1095 { 1096 /** 1097 * XXX: Here or in _strategy_selector we should deal with network change 1098 * in "network change" scenario domain name change we have to update guest lease 1099 * forcibly. 1100 * Note at that built-in dhcp also updates DNS information on NAT thread. 1101 */ 1096 1102 /** 1097 1103 * It's unsafe to to do it directly on non-NAT thread
Note:
See TracChangeset
for help on using the changeset viewer.