Changeset 7744 for source/ariba/communication/networkinfo
- Timestamp:
- Mar 11, 2010, 9:28:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/networkinfo/AddressDiscovery.cpp
r6919 r7744 107 107 if (addr==NULL) continue; 108 108 109 // ignore tun devices 110 string device = string(i->ifa_name); 111 if(device.find_first_of("tun") == 0) continue; 112 109 113 if (addr->sa_family == AF_INET) { 110 114 // look for ipv4
Note:
See TracChangeset
for help on using the changeset viewer.