cloud-hypervisor/net_util/src
Sebastien Boeuf 63579341e1 net_util: Don't expect the interface to be IFF_RUNNING
Enabling the TAP interface is only about the IFF_UP flag, meaning we
shouldn't be testing the presence of IFF_RUNNING, and therefore we
shouldn't set it when not present.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-07-05 16:35:58 +01:00
..
ctrl_queue.rs virtio-devices: Rename address translation function for more clarity 2022-04-05 00:09:52 +02:00
lib.rs net_util: switch from lazy_static to once_cell 2022-06-20 16:03:07 +01:00
mac.rs build: Fix beta clippy issue (derive_partial_eq_without_eq) 2022-06-30 20:50:45 +01:00
open_tap.rs misc: Remove unused errors from public interface 2021-05-11 13:37:19 +02:00
queue_pair.rs virtio-devices: Rename address translation function for more clarity 2022-04-05 00:09:52 +02:00
tap.rs net_util: Don't expect the interface to be IFF_RUNNING 2022-07-05 16:35:58 +01:00