diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2015-12-28 04:15:27 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-01-03 06:28:48 +0100 |
commit | 9db530493fd449795dfd48b2ae07a909ce50e377 (patch) | |
tree | b363230e7fef701104ade51f1c70c279bf89e256 /testing/tests/sql/ip-pool-db/hosts/carol/etc | |
parent | 1a79525559cc93b363606464419e28268265a904 (diff) | |
download | strongswan-9db530493fd449795dfd48b2ae07a909ce50e377.tar.bz2 strongswan-9db530493fd449795dfd48b2ae07a909ce50e377.tar.xz |
testing: Change sql scenarios to swanctl
Diffstat (limited to 'testing/tests/sql/ip-pool-db/hosts/carol/etc')
-rw-r--r-- | testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf | 2 | ||||
-rw-r--r-- | testing/tests/sql/ip-pool-db/hosts/carol/etc/swanctl/swanctl.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf b/testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf index 4346eca40..310587ee2 100644 --- a/testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf +++ b/testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf @@ -6,5 +6,5 @@ charon { database = sqlite:///etc/db.d/ipsec.db } } - load = aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac stroke kernel-netlink socket-default updown sqlite sql resolve + load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown sqlite sql resolve } diff --git a/testing/tests/sql/ip-pool-db/hosts/carol/etc/swanctl/swanctl.conf b/testing/tests/sql/ip-pool-db/hosts/carol/etc/swanctl/swanctl.conf new file mode 100644 index 000000000..6b5617317 --- /dev/null +++ b/testing/tests/sql/ip-pool-db/hosts/carol/etc/swanctl/swanctl.conf @@ -0,0 +1 @@ +# configuration is read from SQLite database |