mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 19:32:20 +00:00
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>