From d88f1487fb0c792576323369259dca5933b1cfa3 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 24 Aug 2021 21:17:44 +0200 Subject: [PATCH] Enable IPv6 by default for slirp4netns Fixes https://github.com/containers/podman/issues/10889 in case that is the correct thing to change. --- pkg/config/containers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/containers.conf b/pkg/config/containers.conf index 0068a9a17..c59907889 100644 --- a/pkg/config/containers.conf +++ b/pkg/config/containers.conf @@ -199,7 +199,7 @@ default_sysctls = [ # Indicates the networking to be used for rootless containers # -#rootless_networking = "slirp4netns" +#rootless_networking = "slirp4netns:enable_ipv6=true" # Path to the seccomp.json profile which is used as the default seccomp profile # for the runtime.