fix: conn is not active after restart ipsec.

This commit is contained in:
Daniel Ding
2024-06-08 12:02:19 +08:00
parent 6575af730e
commit e8d4cc09aa
5 changed files with 72 additions and 58 deletions

View File

@@ -4,9 +4,7 @@ ARG linux_bin
WORKDIR /root
RUN yum update -y && \
yum install -y epel-release centos-release-openstack-train && \
yum install -y rdma-core libibverbs
RUN yum update -y && yum install -y epel-release
ADD ${linux_bin} /tmp
RUN DOCKER=yes /tmp/${linux_bin}