plugins icon indicating copy to clipboard operation
plugins copied to clipboard

host-device temp interface name causes race conditions

Open champtar opened this issue 1 year ago • 2 comments

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

champtar avatar Aug 13 '24 03:08 champtar