VirtualBox

Changeset 18816 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 7, 2009 12:37:00 PM (16 years ago)
Author:
vboxsync
Message:

OVF: allow E10000 as network card on import

File:
1 edited

Legend:

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

    r18799 r18816  
    15271527                    }
    15281528#ifdef VBOX_WITH_E1000
    1529                     else if (!ea.strAdapterType.compare("E1000", Utf8Str::CaseInsensitive))
     1529                    else if (!ea.strAdapterType.compare("E1000", Utf8Str::CaseInsensitive) ||
     1530                             !ea.strAdapterType.compare("E10000", Utf8Str::CaseInsensitive)) // VMWare accidentally write this with VirtualCenter 3.5
    15301531                    {
    15311532                        /* If the default adapter is already one of the three
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