VirtualBox

Changeset 18340 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2009 6:24:01 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45117
Message:

OVF: default to bridged networking on import as expected by vmware

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r18334 r18340  
    13651365                         && (strNetwork.compare("HostOnly", Utf8Str::CaseInsensitive))
    13661366                       )
    1367                         strNetwork = "NAT";
     1367                        strNetwork = "Bridged";     // VMware assumes this is the default apparently
    13681368
    13691369                    /* Figure out the hardware type */
     
    13921392                    pNewDesc->addEntry(VirtualSystemDescriptionType_NetworkAdapter,
    13931393                                       "",      // ref
    1394                                        strNetwork,      // orig
     1394                                       ea.strNetworkName,      // orig
    13951395                                       Utf8StrFmt("%RI32", (uint32_t)nwAdapterVBox),   // conf
    13961396                                       0,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette