Ignore:
Timestamp:
Mar 11, 2010, 9:28:24 AM (14 years ago)
Author:
Christoph Mayer
Message:

-branch merge back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/communication/networkinfo/AddressDiscovery.cpp

    r6919 r7744  
    107107                if (addr==NULL) continue;
    108108
     109                // ignore tun devices
     110                string device = string(i->ifa_name);
     111                if(device.find_first_of("tun") == 0) continue;
     112
    109113                if (addr->sa_family == AF_INET) {
    110114                        // look for ipv4
Note: See TracChangeset for help on using the changeset viewer.