Merge pull request #11756 from shanemcd/ipv6-podman

Enable Podman ipv6 support by default
This commit is contained in:
Shane McDonald
2022-02-24 09:58:20 -05:00
committed by GitHub

View File

@@ -996,4 +996,4 @@ DEFAULT_CONTROL_PLANE_QUEUE_NAME = 'controlplane'
# Extend container runtime attributes.
# For example, to disable SELinux in containers for podman
# DEFAULT_CONTAINER_RUN_OPTIONS = ['--security-opt', 'label=disable']
DEFAULT_CONTAINER_RUN_OPTIONS = []
DEFAULT_CONTAINER_RUN_OPTIONS = ['--network', 'slirp4netns:enable_ipv6=true']