VirtualBox

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


Ignore:
Timestamp:
Mar 17, 2009 1:00:36 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44610
Message:

Made the name check for vboxnetN adapters more strict.

File:
1 edited

Legend:

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

    r17834 r18018  
    148148
    149149                    HostNetworkInterfaceType_T enmType;
    150                     if (strncmp("vbox", pszName, 4))
     150                    if (strncmp("vboxnet", pszName, 7))
    151151                        enmType = HostNetworkInterfaceType_Bridged;
    152152                    else
Note: See TracChangeset for help on using the changeset viewer.

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