VirtualBox

Changeset 18068 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 18, 2009 2:42:47 PM (16 years ago)
Author:
vboxsync
Message:

remove tap for non-linux platforms

File:
1 edited

Legend:

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

    r18023 r18068  
    16511651                    else
    16521652                    {
    1653 # ifndef VBOX_WITH_NETFLT
    1654                         rc = CFGMR3InsertString(pLunL0, "Driver", "HostInterface");                     RC_CHECK();
    1655                         rc = CFGMR3InsertNode(pLunL0, "Config", &pCfg);                                 RC_CHECK();
    1656                         rc = CFGMR3InsertString(pCfg, "HostInterfaceName", Utf8Str(hostInterfaceName)); RC_CHECK();
    1657 # else
     1653# ifdef VBOX_WITH_NETFLT
    16581654                        rc = CFGMR3InsertString(pLunL0, "Driver", "IntNet");                            RC_CHECK();
    16591655                        rc = CFGMR3InsertNode(pLunL0, "Config", &pCfg);                                 RC_CHECK();
     
    18371833                    hrc = hostInterface->EnableStaticIpConfig(Bstr(VBOXNET_IPV4ADDR_DEFAULT),
    18381834                                                              Bstr(VBOXNET_IPV4MASK_DEFAULT));
    1839                
    1840                
     1835
     1836
    18411837                hrc = virtualBox->GetExtraData(Bstr("HostOnly/vboxnet0/IPV6Address"), tmpAddr.asOutParam());
    18421838                if (SUCCEEDED(hrc))
     
    18441840                if (SUCCEEDED(hrc) && !tmpAddr.isEmpty())
    18451841                    hrc = hostInterface->EnableStaticIpConfigV6(tmpAddr, Utf8Str(tmpMask).toUInt32());
    1846 #endif 
     1842#endif
    18471843                break;
    18481844            }
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