diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-14 16:13:52 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-14 16:13:52 +0200 |
commit | cf76984c28b6ce35e6405caf15006281177ff859 (patch) | |
tree | 42bf23d3ed2b6d13a2ed0179dda3332481b11871 /testing/tests/ikev1/starter-includes | |
parent | 6587f1a04d493a7ceb0c3c572f09b2891c6dd90a (diff) | |
download | strongswan-cf76984c28b6ce35e6405caf15006281177ff859.tar.bz2 strongswan-cf76984c28b6ce35e6405caf15006281177ff859.tar.xz |
Define explicit IKEv1 keyexchange mode V
Diffstat (limited to 'testing/tests/ikev1/starter-includes')
-rw-r--r-- | testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.connections | 1 | ||||
-rwxr-xr-x | testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.host | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.connections b/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.connections index 7cd938628..bd47f9e09 100644 --- a/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.connections +++ b/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.connections @@ -5,6 +5,7 @@ conn %default keylife=20m rekeymargin=3m keyingtries=1 + keyexchange=ikev1 include /etc/ipsec.host 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 d3fe603bb..acf753cc0 100755 --- a/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.host +++ b/testing/tests/ikev1/starter-includes/hosts/moon/etc/ipsec.host @@ -8,5 +8,4 @@ conn %default leftcert=moonCert.pem leftid=@moon.strongswan.org leftfirewall=yes - keyexchange=ikev1 |