mirror of
https://github.com/containers/podman.git
synced 2025-08-24 18:12:25 +08:00

Not sure why this only triggers now but this code was broken for a while. It is racy as reported on the issue but because it changes the actual map part of the network backend it means it can also alter the behavior of the network which is very bad. Fixes #22330 Signed-off-by: Paul Holzinger <pholzing@redhat.com>