mirror of
https://github.com/containers/podman.git
synced 2026-06-03 21:40:16 -04:00
With netavark v2 we start to default to strict isolation mode in netavark[1] as such that already matches the docker behavior. Therefore no longer hard code the isolate option in the compat api. Podman v6 is requires netavark v2 for other changes already so we do not need to worry about podman 6 + older netavark here. [1] https://github.com/containers/netavark/pull/1438 Fixes: #27349 Signed-off-by: Paul Holzinger <pholzing@redhat.com>