Changeset 5789
- Timestamp:
- Aug 7, 2009, 2:18:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/communication/networkinfo/AddressDiscovery.cpp
r5757 r5789 125 125 ip_address ip = straddr; 126 126 if (ip.is_loopback()) continue; 127 if (ip.is_link_local()) continue; 127 128 address_vf vf = ip; 128 129 endpoints.add( vf );
Note:
See TracChangeset
for help on using the changeset viewer.