Changeset 57550 in vbox
- Timestamp:
- Aug 26, 2015 2:19:11 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r56992 r57550 305 305 PNATState pData; 306 306 if (u32Netmask & 0x1f) 307 { 307 308 /* CTL is x.x.x.15, bootp passes up to 16 IPs (15..31) */ 309 LogRel(("The last 5 bits of the netmask (%RTnaipv4) need to be unset\n", RT_BE2H_U32(u32Netmask))); 308 310 return VERR_INVALID_PARAMETER; 311 } 309 312 pData = RTMemAllocZ(RT_ALIGN_Z(sizeof(NATState), sizeof(uint64_t))); 310 313 *ppData = pData;
Note:
See TracChangeset
for help on using the changeset viewer.