diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-09 22:05:26 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-10-09 22:05:26 +0200 |
commit | 1e6c92789e5a93188df81218a80e8e9beb910c5c (patch) | |
tree | 4a1cb2315c6bb91739a41a0a3dcc96a70052dda7 | |
parent | 0bc5547d0c1863aaf48551f52aba53f8a8768cd2 (diff) | |
download | strongswan-1e6c92789e5a93188df81218a80e8e9beb910c5c.tar.bz2 strongswan-1e6c92789e5a93188df81218a80e8e9beb910c5c.tar.xz |
fixed typo
-rwxr-xr-x | testing/tests/ikev1/attr-cert/hosts/moon/etc/ipsec.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/ikev1/attr-cert/hosts/moon/etc/ipsec.conf b/testing/tests/ikev1/attr-cert/hosts/moon/etc/ipsec.conf index 604a26442..11cf4d5d1 100755 --- a/testing/tests/ikev1/attr-cert/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev1/attr-cert/hosts/moon/etc/ipsec.conf @@ -11,7 +11,7 @@ conn %default keylife=20m rekeymargin=3m keyingtries=1 - keyexchange=ikev1l + keyexchange=ikev1 left=PH_IP_MOON leftcert=moonCert.pem leftid=@moon.strongswan.org |