Ignore:
Timestamp:
Aug 7, 2009, 2:18:53 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

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

    r5757 r5789  
    125125                        ip_address ip = straddr;
    126126                        if (ip.is_loopback()) continue;
     127                        if (ip.is_link_local()) continue;
    127128                        address_vf vf = ip;
    128129                        endpoints.add( vf );
Note: See TracChangeset for help on using the changeset viewer.