- Timestamp:
- Jul 21, 2016 11:43:09 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
doc/manual/user_ChangeLogImpl.xml (modified) (1 diff)
-
src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r62392 r62393 68 68 <listitem> 69 69 <para>OVA: fix for checking certain signatures</para> 70 </listitem> 71 72 <listitem> 73 <para>OVA: fix MAC address generation for appliances created by 74 VirtualBox (bug #15623)</para> 70 75 </listitem> 71 76 -
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r62363 r62393 3539 3539 || (fKeepNATMACs && it1->mode == NetworkAttachmentType_NAT) 3540 3540 || (fKeepNATMACs && it1->mode == NetworkAttachmentType_NATNetwork))) 3541 Host::i_generateMACAddress(it1->strMACAddress); 3541 /* Force generation of new MAC address below. */ 3542 it1->strMACAddress.setNull(); 3542 3543 } 3543 3544 /* Now iterate over all network entries. */ … … 3567 3568 { 3568 3569 it1->fEnabled = true; 3570 if (it1->strMACAddress.isEmpty()) 3571 Host::i_generateMACAddress(it1->strMACAddress); 3569 3572 it1->type = (NetworkAdapterType_T)vsdeNW->strVBoxCurrent.toUInt32(); 3570 3573 break;
Note:
See TracChangeset
for help on using the changeset viewer.

