Changeset 93348 in vbox for trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp
- Timestamp:
- Jan 19, 2022 5:02:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/NATNetworkImpl.cpp
r93115 r93348 411 411 if (RT_BOOL(aIPv6Enabled) == m->s.fIPv6Enabled) 412 412 return S_OK; 413 414 /* 415 * If we are enabling ipv6 and the prefix is not set, provide 416 * the default based on ipv4. 417 */ 418 if (aIPv6Enabled && m->s.strIPv6Prefix.isEmpty()) 419 i_recalculateIPv6Prefix(); 413 420 414 421 m->s.fIPv6Enabled = RT_BOOL(aIPv6Enabled);
Note:
See TracChangeset
for help on using the changeset viewer.