aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts/default
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-12-05 11:21:40 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-12-05 11:21:40 +0100
commit2da636fd9bb76a0fed94ee291315b26c82481918 (patch)
tree870c41078bd6cf41a24cdec76344d1d6af73d6e7 /testing/hosts/default
parente150442bede467e7b23cd43cccff2542ce079673 (diff)
downloadstrongswan-2da636fd9bb76a0fed94ee291315b26c82481918.tar.bz2
strongswan-2da636fd9bb76a0fed94ee291315b26c82481918.tar.xz
support of reqid field in SQL database
Diffstat (limited to 'testing/hosts/default')
-rw-r--r--testing/hosts/default/etc/ipsec.d/tables.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/hosts/default/etc/ipsec.d/tables.sql b/testing/hosts/default/etc/ipsec.d/tables.sql
index 3a777da1a..9d045e0c1 100644
--- a/testing/hosts/default/etc/ipsec.d/tables.sql
+++ b/testing/hosts/default/etc/ipsec.d/tables.sql
@@ -21,7 +21,8 @@ CREATE TABLE child_configs (
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'
+ ipcomp INTEGER NOT NULL DEFAULT '0',
+ reqid INTEGER NOT NULL DEFAULT '0'
);
DROP INDEX IF EXISTS child_configs_name;
CREATE INDEX child_configs_name ON child_configs (