VirtualBox

Ignore:
Timestamp:
Nov 13, 2014 10:06:29 AM (10 years ago)
Author:
vboxsync
Message:

NDIS6/NetLwf: Use new component id (oracle_VBoxNetLwf) instead of old sun_VBoxNetFlt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/NetIf-win.cpp

    r53082 r53318  
    14811481        hr = pNc->FindComponent(L"MS_TCPIP", &pTcpIpNcc);
    14821482# else
    1483         /* for the filter-based approach we get all miniports our filter (sun_VBoxNetFlt)is bound to */
    1484         hr = pNc->FindComponent(L"sun_VBoxNetFlt", &pTcpIpNcc);
     1483        /* for the filter-based approach we get all miniports our filter (oracle_VBoxNetLwf)is bound to */
     1484        hr = pNc->FindComponent(L"oracle_VBoxNetLwf", &pTcpIpNcc);
     1485        if (hr != S_OK)
     1486        {
     1487            /* fall back to NDIS5 miniport lookup (sun_VBoxNetFlt) */
     1488            hr = pNc->FindComponent(L"sun_VBoxNetFlt", &pTcpIpNcc);
     1489        }
    14851490#  ifndef VBOX_WITH_HARDENING
    14861491        if (hr != S_OK)
     
    15711576        else
    15721577        {
    1573             LogRel(("failed to get the sun_VBoxNetFlt component, error (0x%x)\n", hr));
     1578            LogRel(("failed to get the oracle_VBoxNetLwf(sun_VBoxNetFlt) component, error (0x%x)\n", hr));
    15741579        }
    15751580
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