forked from pool/openvswitch
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
|
From 6aca005f17aecf003da9a85f8dd099baef771572 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Jaime=20Caama=C3=B1o=20Ruiz?= <jcaamano@suse.com>
|
||
|
Date: Fri, 26 Apr 2019 15:27:05 +0200
|
||
|
Subject: [PATCH 1/6] Use strongswan for openvswitch-ipsec service
|
||
|
|
||
|
Since libreswan is not packaged for Leap/SLES, use strongswan for the
|
||
|
time being.
|
||
|
---
|
||
|
rhel/usr_lib_systemd_system_openvswitch-ipsec.service | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/rhel/usr_lib_systemd_system_openvswitch-ipsec.service b/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
|
||
|
index 6e309aa57..34e3f4c90 100644
|
||
|
--- a/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
|
||
|
+++ b/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
|
||
|
@@ -6,7 +6,7 @@ After=openvswitch.service
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
|
||
|
- --ike-daemon=libreswan start-ovs-ipsec
|
||
|
+ --ike-daemon=strongswan start-ovs-ipsec
|
||
|
ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop-ovs-ipsec
|
||
|
|
||
|
[Install]
|
||
|
--
|
||
|
2.16.4
|
||
|
|