diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-05-08 16:19:11 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-05-08 16:19:11 +0000 |
commit | d4aad55434b121df0a774265aac81082b4525ddf (patch) | |
tree | 4d460cd8f328f1645ada771d9dcadc1956c1f583 /src/charon/plugins/sql/sqlite.sql | |
parent | 0f074a4344f002fa3f1440fbcdfc5b28ce0b5afb (diff) | |
download | strongswan-d4aad55434b121df0a774265aac81082b4525ddf.tar.bz2 strongswan-d4aad55434b121df0a774265aac81082b4525ddf.tar.xz |
IPComp for IKEv2
Diffstat (limited to 'src/charon/plugins/sql/sqlite.sql')
-rw-r--r-- | src/charon/plugins/sql/sqlite.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charon/plugins/sql/sqlite.sql b/src/charon/plugins/sql/sqlite.sql index a3f527b90..97c304a16 100644 --- a/src/charon/plugins/sql/sqlite.sql +++ b/src/charon/plugins/sql/sqlite.sql @@ -20,7 +20,8 @@ CREATE TABLE child_configs ( hostaccess INTEGER NOT NULL DEFAULT '0', mode INTEGER NOT NULL DEFAULT '1', dpd_action INTEGER NOT NULL DEFAULT '0', - close_action INTEGER NOT NULL DEFAULT '0' + close_action INTEGER NOT NULL DEFAULT '0', + ipcomp INTEGER NOT NULL DEFAULT '0' ); DROP INDEX IF EXISTS child_configs_name; CREATE INDEX child_configs_name ON child_configs ( |