diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-13 17:02:29 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-13 17:02:29 +0200 |
commit | 247794827e8ac7b7aa5f9dd8eb36d5f35e067e0d (patch) | |
tree | eb44066129b05c38d1604dad729f542d26acf34a /testing/tests/ikev2/ip-split-pools-db/hosts | |
parent | 4c8bb47abdec968a7c242f7f2b002428eb82d97c (diff) | |
download | strongswan-247794827e8ac7b7aa5f9dd8eb36d5f35e067e0d.tar.bz2 strongswan-247794827e8ac7b7aa5f9dd8eb36d5f35e067e0d.tar.xz |
move SQL-based pool functionality to new attr-sql libstrongswan plugin
Diffstat (limited to 'testing/tests/ikev2/ip-split-pools-db/hosts')
-rw-r--r-- | testing/tests/ikev2/ip-split-pools-db/hosts/moon/etc/strongswan.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/testing/tests/ikev2/ip-split-pools-db/hosts/moon/etc/strongswan.conf b/testing/tests/ikev2/ip-split-pools-db/hosts/moon/etc/strongswan.conf index 5f66bae09..b7c598fca 100644 --- a/testing/tests/ikev2/ip-split-pools-db/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev2/ip-split-pools-db/hosts/moon/etc/strongswan.conf @@ -1,12 +1,15 @@ # /etc/strongswan.conf - strongSwan configuration file charon { + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink sqlite attr-sql updown +} + +libstrongswan { plugins { - sql { - database = sqlite:///etc/ipsec.d/ipsec.db + attr-sql { + database = sqlite:///etc/ipsec.d/ipsec.db } } - load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink sqlite sql updown } pool { |