Skip to content

kubevirt

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 13:37
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 <[email protected]>