aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/ip-pool-db-restart
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-10-13 17:02:29 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-10-13 17:02:29 +0200
commit247794827e8ac7b7aa5f9dd8eb36d5f35e067e0d (patch)
treeeb44066129b05c38d1604dad729f542d26acf34a /testing/tests/sql/ip-pool-db-restart
parent4c8bb47abdec968a7c242f7f2b002428eb82d97c (diff)
downloadstrongswan-247794827e8ac7b7aa5f9dd8eb36d5f35e067e0d.tar.bz2
strongswan-247794827e8ac7b7aa5f9dd8eb36d5f35e067e0d.tar.xz
move SQL-based pool functionality to new attr-sql libstrongswan plugin
Diffstat (limited to 'testing/tests/sql/ip-pool-db-restart')
-rw-r--r--testing/tests/sql/ip-pool-db-restart/hosts/moon/etc/strongswan.conf10
1 files changed, 9 insertions, 1 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 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 {