diff options
Diffstat (limited to 'testing/tests/sql/ip-split-pools-db-restart/hosts/moon')
-rw-r--r-- | testing/tests/sql/ip-split-pools-db-restart/hosts/moon/etc/strongswan.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testing/tests/sql/ip-split-pools-db-restart/hosts/moon/etc/strongswan.conf b/testing/tests/sql/ip-split-pools-db-restart/hosts/moon/etc/strongswan.conf index 0956ff042..2e9e6464d 100644 --- a/testing/tests/sql/ip-split-pools-db-restart/hosts/moon/etc/strongswan.conf +++ b/testing/tests/sql/ip-split-pools-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 } |