VirtualBox

Changeset 18018 in vbox for trunk/src/VBox/Main/darwin


Ignore:
Timestamp:
Mar 17, 2009 1:00:36 PM (16 years ago)
Author:
vboxsync
Message:

Made the name check for vboxnetN adapters more strict.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/darwin/NetIfList-darwin.cpp

    r17981 r18018  
    317317
    318318            HostNetworkInterfaceType_T enmType;
    319             if (strncmp("vbox", pNew->szName, 4))
     319            if (strncmp("vboxnet", pNew->szName, 7))
    320320                enmType = HostNetworkInterfaceType_Bridged;
    321321            else
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