diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-03-11 21:32:36 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-03-11 21:32:36 +0100 |
commit | 44f1024705fce322ce0fefd024e5583aab0ce521 (patch) | |
tree | ee329bd703f091a8fe4277ff57ff915326aa4bd6 | |
parent | 520f6b846ae3ece131c40b0be486d05d6ef957e0 (diff) | |
download | strongswan-44f1024705fce322ce0fefd024e5583aab0ce521.tar.bz2 strongswan-44f1024705fce322ce0fefd024e5583aab0ce521.tar.xz |
mixed IKEv1/IKEv2 scenarios require socket-raw
-rw-r--r-- | testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf | 2 | ||||
-rw-r--r-- | testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/strongswan.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf b/testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf index 92598a64b..1f442a7dd 100644 --- a/testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf @@ -1,7 +1,7 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 xcbc stroke kernel-netlink socket-default + load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 xcbc stroke kernel-netlink socket-raw } pluto { diff --git a/testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/strongswan.conf b/testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/strongswan.conf index 69dc50880..831790f1e 100644 --- a/testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/strongswan.conf @@ -1,7 +1,7 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 xcbc stroke kernel-netlink socket-default + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random hmac x509 xcbc stroke kernel-netlink socket-raw } pluto { |