Changeset 4671

Show
Ignore:
Timestamp:
11/18/08 10:52:28 (2 months ago)
Author:
martin
Message:

consider interfaces we do not monitor as up (e.g. lo)
fixes load-testing against 127.0.0.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/charon/plugins/kernel_netlink/kernel_netlink_net.c

    r4660 r4671  
    708708    enumerator_t *ifaces; 
    709709    iface_entry_t *iface; 
    710     bool up = FALSE; 
     710    /* default to TRUE for interface we do not monitor (e.g. lo) */ 
     711    bool up = TRUE; 
    711712     
    712713    ifaces = this->ifaces->create_enumerator(this->ifaces);