Changeset 4671
- Timestamp:
- 11/18/08 10:52:28 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/charon/plugins/kernel_netlink/kernel_netlink_net.c
r4660 r4671 708 708 enumerator_t *ifaces; 709 709 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; 711 712 712 713 ifaces = this->ifaces->create_enumerator(this->ifaces);
