Changeset 67432 in vbox for trunk/src/VBox
- Timestamp:
- Jun 16, 2017 2:58:18 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/NetIf-linux.cpp
r62485 r67432 194 194 pInfo->IPv6Address.au32[2] = htonl(IPv6Address.au32[2]); 195 195 pInfo->IPv6Address.au32[3] = htonl(IPv6Address.au32[3]); 196 ASMBitSetRange(&pInfo->IPv6NetMask, 0, uLength);196 RTNetPrefixToMaskIPv6(uLength, &pInfo->IPv6NetMask); 197 197 } 198 198 }
Note:
See TracChangeset
for help on using the changeset viewer.