aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-11-28 11:57:49 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-11-28 11:57:49 +0100
commitc616d84c3fdc9b10a10d8355ce4c1425b36327da (patch)
tree2f7dc36c6ea727f34867c337d173aa4eb6e28974 /testing
parent25be47b431922471913c29ff63ed6c63607fccf6 (diff)
downloadstrongswan-c616d84c3fdc9b10a10d8355ce4c1425b36327da.tar.bz2
strongswan-c616d84c3fdc9b10a10d8355ce4c1425b36327da.tar.xz
start and route connections defined in an SQL database via start_action field and ipsec up %startall command
Diffstat (limited to 'testing')
-rw-r--r--testing/hosts/default/etc/ipsec.d/tables.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/hosts/default/etc/ipsec.d/tables.sql b/testing/hosts/default/etc/ipsec.d/tables.sql
index eb41533cb..a4ae72270 100644
--- a/testing/hosts/default/etc/ipsec.d/tables.sql
+++ b/testing/hosts/default/etc/ipsec.d/tables.sql
@@ -18,6 +18,7 @@ CREATE TABLE child_configs (
updown TEXT DEFAULT NULL,
hostaccess INTEGER NOT NULL DEFAULT '0',
mode INTEGER NOT NULL DEFAULT '2',
+ start_action INTEGER NOT NULL DEFAULT '0',
dpd_action INTEGER NOT NULL DEFAULT '0',
close_action INTEGER NOT NULL DEFAULT '0',
ipcomp INTEGER NOT NULL DEFAULT '0'