aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/ip-pool-db-restart
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-03-05 15:53:22 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-03-05 15:53:22 +0100
commit07b0eac4b12c7d164a3f347aa3d40c786a3cd1d4 (patch)
treed733721646063aff03b16095368eac8760d7bbf9 /testing/tests/sql/ip-pool-db-restart
parent26d2011b14b5e962109527a2ef140ce7afc06bb0 (diff)
downloadstrongswan-07b0eac4b12c7d164a3f347aa3d40c786a3cd1d4.tar.bz2
strongswan-07b0eac4b12c7d164a3f347aa3d40c786a3cd1d4.tar.xz
testing: attr-sql is a charon plugin5.4.0dr8
Diffstat (limited to 'testing/tests/sql/ip-pool-db-restart')
-rw-r--r--testing/tests/sql/ip-pool-db-restart/hosts/moon/etc/strongswan.conf8
1 files changed, 2 insertions, 6 deletions
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 0956ff042..2e9e6464d 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
@@ -1,16 +1,12 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
+ load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown sqlite sql attr-sql
+
plugins {
sql {
database = sqlite:///etc/db.d/ipsec.db
}
- }
- load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac vici kernel-netlink socket-default updown sqlite sql attr-sql
-}
-
-libstrongswan {
- plugins {
attr-sql {
database = sqlite:///etc/db.d/ipsec.db
}