From 247794827e8ac7b7aa5f9dd8eb36d5f35e067e0d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 13 Oct 2009 17:02:29 +0200 Subject: move SQL-based pool functionality to new attr-sql libstrongswan plugin --- .../sql/ip-pool-db-restart/hosts/moon/etc/strongswan.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'testing/tests/sql/ip-pool-db-restart') diff --git a/testing/tests/sql/ip-pool-db-restart/hosts/moon/etc/strongswan.conf b/testing/tests/sql/ip-pool-db-restart/hosts/moon/etc/strongswan.conf index ca78d0fd0..e377047a4 100644 --- a/testing/tests/sql/ip-pool-db-restart/hosts/moon/etc/strongswan.conf +++ b/testing/tests/sql/ip-pool-db-restart/hosts/moon/etc/strongswan.conf @@ -6,7 +6,15 @@ charon { database = sqlite:///etc/ipsec.d/ipsec.db } } - load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink updown sqlite sql + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink updown sqlite sql attr-sql +} + +libstrongswan { + plugins { + attr-sql { + database = sqlite:///etc/ipsec.d/ipsec.db + } + } } pool { -- cgit v1.2.3