kernel-pfroute: Log ignored interfaces when listing known interfaces

This commit is contained in:
Tobias Brunner
2024-03-15 13:47:23 +01:00
parent e9df6f5c3d
commit a2ace8a6bb
@@ -2049,6 +2049,11 @@ static status_t init_address_list(private_kernel_pfroute_net_t *this)
}
addrs->destroy(addrs);
}
else
{
DBG3(DBG_KNL, " %s (ignored, %s)", iface->ifname,
iface->usable ? "down" : "configuration");
}
}
ifaces->destroy(ifaces);