1 Star 0 Fork 49

tzing_t/openvswitch

forked from src-openEuler/openvswitch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-the-problem-that-openvswitch-ipsec.service-causes-ipsec.service-to-fail-to-start.patch 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
张攀 提交于 2024-03-29 08:24 . add openvswitch-ipsec.service policy
From 5e2e60e2f05195f506ea68fe17e72a2a6fe4bdbe Mon Sep 17 00:00:00 2001
From: zhangpan <[email protected]>
Date: Fri, 29 Mar 2024 15:26:47 +0800
Subject: [PATCH] Fix the problem that openvswitch-ipsec.service causes ipsec.service to fail to start
---
ipsec/ovs-monitor-ipsec.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/ipsec/ovs-monitor-ipsec.in b/ipsec/ovs-monitor-ipsec.in
index 7945162..c4f48e9 100755
--- a/ipsec/ovs-monitor-ipsec.in
+++ b/ipsec/ovs-monitor-ipsec.in
@@ -389,6 +389,7 @@ class LibreSwanHelper(object):
"""This class does LibreSwan specific configurations."""
CONF_HEADER = """%s
config setup
+ nssdir=/etc/ipsec.d
uniqueids=yes
conn %%default
--
2.27.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tzing_t/openvswitch.git
[email protected]:tzing_t/openvswitch.git
tzing_t
openvswitch
openvswitch
master

搜索帮助