diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-09 17:41:40 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-09 17:43:21 +0100 |
commit | a5166b16a1f1ad1759bba1485bf503da22206835 (patch) | |
tree | a4c48a6d0cb779b899494375b0905a90e9bf6de5 /testing/tests/gcrypt-ikev2/alg-camellia | |
parent | 908d571796173929f89790da9b4ba854a2651762 (diff) | |
download | strongswan-a5166b16a1f1ad1759bba1485bf503da22206835.tar.bz2 strongswan-a5166b16a1f1ad1759bba1485bf503da22206835.tar.xz |
Adding socket-default to the plugin list in all test cases.
Diffstat (limited to 'testing/tests/gcrypt-ikev2/alg-camellia')
-rw-r--r-- | testing/tests/gcrypt-ikev2/alg-camellia/hosts/carol/etc/strongswan.conf | 2 | ||||
-rw-r--r-- | testing/tests/gcrypt-ikev2/alg-camellia/hosts/moon/etc/strongswan.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/gcrypt-ikev2/alg-camellia/hosts/carol/etc/strongswan.conf b/testing/tests/gcrypt-ikev2/alg-camellia/hosts/carol/etc/strongswan.conf index 586a3dc5e..48b36cec7 100644 --- a/testing/tests/gcrypt-ikev2/alg-camellia/hosts/carol/etc/strongswan.conf +++ b/testing/tests/gcrypt-ikev2/alg-camellia/hosts/carol/etc/strongswan.conf @@ -1,5 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl pem pkcs1 gcrypt x509 hmac xcbc stroke kernel-netlink updown + load = curl pem pkcs1 gcrypt x509 hmac xcbc stroke kernel-netlink socket-default updown } diff --git a/testing/tests/gcrypt-ikev2/alg-camellia/hosts/moon/etc/strongswan.conf b/testing/tests/gcrypt-ikev2/alg-camellia/hosts/moon/etc/strongswan.conf index 586a3dc5e..48b36cec7 100644 --- a/testing/tests/gcrypt-ikev2/alg-camellia/hosts/moon/etc/strongswan.conf +++ b/testing/tests/gcrypt-ikev2/alg-camellia/hosts/moon/etc/strongswan.conf @@ -1,5 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl pem pkcs1 gcrypt x509 hmac xcbc stroke kernel-netlink updown + load = curl pem pkcs1 gcrypt x509 hmac xcbc stroke kernel-netlink socket-default updown } |