mirror of
https://github.com/moby/moby.git
synced 2026-07-10 16:48:40 +00:00
In sandbox creation we disable IPV6 config. But this causes problem in live-restore case where all IPV6 configs are wiped out on running container. Hence extra check has been added take care of this issue. Signed-off-by: selansen <elango.siva@docker.com>