kernel-pfroute: Log ignored interfaces when listing known interfaces
This commit is contained in:
@@ -2049,6 +2049,11 @@ static status_t init_address_list(private_kernel_pfroute_net_t *this)
|
|||||||
}
|
}
|
||||||
addrs->destroy(addrs);
|
addrs->destroy(addrs);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
DBG3(DBG_KNL, " %s (ignored, %s)", iface->ifname,
|
||||||
|
iface->usable ? "down" : "configuration");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
ifaces->destroy(ifaces);
|
ifaces->destroy(ifaces);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user