VirtualBox

Changeset 19681 in vbox


Ignore:
Timestamp:
May 14, 2009 10:02:13 AM (16 years ago)
Author:
vboxsync
Message:

OVF: always use the server variant of the E1000 when we detect a VMWare OVF by the E10000 bug

File:
1 edited

Legend:

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

    r19519 r19681  
    15391539                    }
    15401540#ifdef VBOX_WITH_E1000
    1541                     else if (!ea.strAdapterType.compare("E1000", Utf8Str::CaseInsensitive) ||
    1542                              !ea.strAdapterType.compare("E10000", Utf8Str::CaseInsensitive)) // VMWare accidentally write this with VirtualCenter 3.5
     1541                    /* VMWare accidentally write this with VirtualCenter 3.5,
     1542                       so make sure in this case always to use the VMWare one */
     1543                    else if (!ea.strAdapterType.compare("E10000", Utf8Str::CaseInsensitive))
     1544                        nwAdapterVBox = NetworkAdapterType_I82545EM;
     1545                    else if (!ea.strAdapterType.compare("E1000", Utf8Str::CaseInsensitive))
    15431546                    {
    15441547                        /* Check if this OVF was written by VirtualBox */
Note: See TracChangeset for help on using the changeset viewer.

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