plugins
plugins copied to clipboard
host-device temp interface name causes race conditions
Since https://github.com/containernetworking/plugins/pull/1002 the host-device plugin renames the interface before moving it.
This doesn't play too well with udev and NetworkManager, see https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1599
Would it be possible to use a temporary netns, ie move to a temp netns, rename, move to the dest ns ? @adrianchiris FYI