mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
kernel-netlink: Log ignored interfaces when listing known interfaces
This commit is contained in:
parent
dad4624756
commit
e9df6f5c3d
@ -2876,6 +2876,11 @@ static status_t init_address_list(private_kernel_netlink_net_t *this)
|
||||
}
|
||||
addrs->destroy(addrs);
|
||||
}
|
||||
else
|
||||
{
|
||||
DBG3(DBG_KNL, " %s (ignored, %s)", iface->ifname,
|
||||
iface->usable ? "down" : "configuration");
|
||||
}
|
||||
}
|
||||
ifaces->destroy(ifaces);
|
||||
this->lock->unlock(this->lock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user