Skip to content

platform: add log detail for ENODEV at do_delete_object()

Daisuke Matsuda requested to merge ddmatsu/NetworkManager:main into main

Deactivation of a NIC invokes deletion of qdisc. An ENODEV error can be generated on deactivation of a virtual NIC when the kernel driver has already deleted the device along with the qdisc.

I would like to add a detail to the log so that people can grasp the situation.

Merge request reports