aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-05-15 18:52:59 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-05-15 18:52:59 +0200
commitee1bdd85d301ffa9f1bc4d15a83190361e7c9e0b (patch)
tree1fec058f60f4b3cae36817b69290f9e40a0190de /testing/hosts
parent3399c3dca04b358bbd82873bc98059ad85bc86c8 (diff)
downloadstrongswan-ee1bdd85d301ffa9f1bc4d15a83190361e7c9e0b.tar.bz2
strongswan-ee1bdd85d301ffa9f1bc4d15a83190361e7c9e0b.tar.xz
it's too late on Saturday evening
Diffstat (limited to 'testing/hosts')
-rw-r--r--testing/hosts/default/etc/ipsec.d/tables.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hosts/default/etc/ipsec.d/tables.sql b/testing/hosts/default/etc/ipsec.d/tables.sql
index b1470af73..f7820a156 100644
--- a/testing/hosts/default/etc/ipsec.d/tables.sql
+++ b/testing/hosts/default/etc/ipsec.d/tables.sql
@@ -197,8 +197,8 @@ CREATE TABLE ike_sas (
id INTEGER NOT NULL,
initiator INTEGER NOT NULL,
local_id_type INTEGER NOT NULL,
- local_id_data BLOB NOT NULL,
- remote_id_type INTEGER DEFAULT NULL,
+ local_id_data BLOB DEFAULT NULL,
+ remote_id_type INTEGER NOT NULL,
remote_id_data BLOB DEFAULT NULL,
host_family INTEGER NOT NULL,
local_host_data BLOB NOT NULL,