Changeset 18018 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Mar 17, 2009 1:00:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44610
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/NetIfList-linux.cpp
r17834 r18018 148 148 149 149 HostNetworkInterfaceType_T enmType; 150 if (strncmp("vbox ", pszName, 4))150 if (strncmp("vboxnet", pszName, 7)) 151 151 enmType = HostNetworkInterfaceType_Bridged; 152 152 else
Note:
See TracChangeset
for help on using the changeset viewer.