Opened 14 years ago
Closed 11 years ago
#9464 closed defect (fixed)
Bad max VNIC number return with getMaxNetworkAdapters()
Reported by: | Olivier Cochard-Labbe | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 4.1.2 |
Keywords: | vnic | Cc: | |
Guest type: | other | Host type: | other |
Description (last modified by )
ICH9 chipset type is incomplete, but a call to: $VIRTUALBOX.SystemProperties.getMaxNetworkAdapters($ChipsetType_ICH9)
Return of 36 maximum NIC, but it's not possible to create more than 8 NIC:
$ADAPTER=$SESSION.machine.getNetworkAdapter(8) Generate an error message: Argument slot is invalid (must be slot < RT_ELEMENTS(mNetworkAdapters))
Can you fix this problem by implementing 36 VNIC support to ICH9 machine ?
Change History (1)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed long time ago.