aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-05-13 19:35:10 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-05-13 19:35:10 +0000
commit2e77a49c8cbd1234fd6d61032d1b7ab4ffbc1ee5 (patch)
tree85a1ec2e0237102dc4e1a5346b74625bcd53ef26 /testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf
parentf3884f6da612ddac0b86b8a65d05e8bebc1fd973 (diff)
downloadstrongswan-2e77a49c8cbd1234fd6d61032d1b7ab4ffbc1ee5.tar.bz2
strongswan-2e77a49c8cbd1234fd6d61032d1b7ab4ffbc1ee5.tar.xz
added sql/ip-pool-db scenario
Diffstat (limited to 'testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf')
-rw-r--r--testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf9
1 files changed, 9 insertions, 0 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
new file mode 100644
index 000000000..8ccb5fe20
--- /dev/null
+++ b/testing/tests/sql/ip-pool-db/hosts/carol/etc/strongswan.conf
@@ -0,0 +1,9 @@
+# /etc/strongswan.conf - strongSwan configuration file
+
+charon {
+ plugins {
+ sql {
+ database = sqlite:///etc/ipsec.d/ipsec.db
+ }
+ }
+}