diff --git a/restore.go b/restore.go index ecc078ab4..8f4a71a64 100644 --- a/restore.go +++ b/restore.go @@ -114,7 +114,7 @@ func criuOptions(context *cli.Context) *libcontainer.CriuOpts { ImagesDirectory: imagePath, WorkDirectory: context.String("work-path"), LeaveRunning: context.Bool("leave-running"), - TcpEstablished: true, // context.Bool("tcp-established"), + TcpEstablished: context.Bool("tcp-established"), ExternalUnixConnections: context.Bool("ext-unix-sk"), ShellJob: context.Bool("shell-job"), FileLocks: context.Bool("file-locks"),