aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-03-21 08:53:02 +0100
committerTobias Brunner <tobias@strongswan.org>2017-05-19 15:22:51 +0200
commita1aede8065a2376f678b01ac725c86653e95339a (patch)
tree79bb99306b32466632db13ea90d754725c4c6c64 /conf
parentf6d0965a4cf589af2066934a00e047d16e9f9f91 (diff)
downloadstrongswan-a1aede8065a2376f678b01ac725c86653e95339a.tar.bz2
strongswan-a1aede8065a2376f678b01ac725c86653e95339a.tar.xz
attr-sql: Make release of online leases during startup optional
This cleanup prevents sharing the same DB between multiple VPN gateways.
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins/attr-sql.opt4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/plugins/attr-sql.opt b/conf/plugins/attr-sql.opt
index abd749e3e..58f05bb5f 100644
--- a/conf/plugins/attr-sql.opt
+++ b/conf/plugins/attr-sql.opt
@@ -1,3 +1,7 @@
+charon.plugins.attr-sql.crash_recovery = yes
+ Release all online leases during startup. Disable this to share the DB
+ between multiple VPN gateways.
+
charon.plugins.attr-sql.database
Database URI for attr-sql plugin used by charon. If it contains a password,
make sure to adjust the permissions of the config file accordingly.