diff options
-rwxr-xr-x | testing/tests/ikev1/req-pkcs10/hosts/carol/etc/ipsec.conf | 1 | ||||
-rwxr-xr-x | testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.host | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/ikev1/req-pkcs10/hosts/carol/etc/ipsec.conf b/testing/tests/ikev1/req-pkcs10/hosts/carol/etc/ipsec.conf index 6db69096b..7c2bb3a98 100755 --- a/testing/tests/ikev1/req-pkcs10/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev1/req-pkcs10/hosts/carol/etc/ipsec.conf @@ -11,6 +11,7 @@ conn %default keylife=20m rekeymargin=3m keyingtries=1 + keyexchange=ikev1 conn home left=PH_IP_CAROL diff --git a/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.host b/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.host index acf753cc0..d3fe603bb 100755 --- a/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.host +++ b/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.host @@ -8,4 +8,5 @@ conn %default leftcert=moonCert.pem leftid=@moon.strongswan.org leftfirewall=yes + keyexchange=ikev1 |