- Timestamp:
- Mar 26, 2009 6:24:01 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45117
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18334 r18340 1365 1365 && (strNetwork.compare("HostOnly", Utf8Str::CaseInsensitive)) 1366 1366 ) 1367 strNetwork = " NAT";1367 strNetwork = "Bridged"; // VMware assumes this is the default apparently 1368 1368 1369 1369 /* Figure out the hardware type */ … … 1392 1392 pNewDesc->addEntry(VirtualSystemDescriptionType_NetworkAdapter, 1393 1393 "", // ref 1394 strNetwork, // orig1394 ea.strNetworkName, // orig 1395 1395 Utf8StrFmt("%RI32", (uint32_t)nwAdapterVBox), // conf 1396 1396 0,
Note:
See TracChangeset
for help on using the changeset viewer.