diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-07 09:10:58 +0000 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-07 09:10:58 +0000 |
| commit | af9e3954e26c6455676cdb4e6a4d011d9508a7ed (patch) | |
| tree | 0c18852f34489838294e8cfd478724440a00dbe3 /testing/tests/sql/net2net-psk | |
| parent | 2c0df332a91f3bdaca1956bdf3a4b8a81eb2cd02 (diff) | |
| download | strongswan-af9e3954e26c6455676cdb4e6a4d011d9508a7ed.tar.bz2 strongswan-af9e3954e26c6455676cdb4e6a4d011d9508a7ed.tar.xz | |
set accelerated rekeying defaults in ipsec.sql for UML scenarios
Diffstat (limited to 'testing/tests/sql/net2net-psk')
| -rw-r--r-- | testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql | 12 | ||||
| -rw-r--r-- | testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql b/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql index 50bad5bb0..0a5ada201 100644 --- a/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql +++ b/testing/tests/sql/net2net-psk/hosts/moon/etc/ipsec.d/ipsec.sql @@ -10,9 +10,9 @@ DROP TABLE IF EXISTS child_configs; CREATE TABLE child_configs ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL, - lifetime INTEGER NOT NULL DEFAULT '1500', - rekeytime INTEGER NOT NULL DEFAULT '1200', - jitter INTEGER NOT NULL DEFAULT '60', + lifetime INTEGER NOT NULL DEFAULT '1200', + rekeytime INTEGER NOT NULL DEFAULT '1020', + jitter INTEGER NOT NULL DEFAULT '180', updown TEXT DEFAULT NULL, hostaccess INTEGER NOT NULL DEFAULT '0', mode INTEGER NOT NULL DEFAULT '1' @@ -54,9 +54,9 @@ CREATE TABLE peer_configs ( auth_method INTEGER NOT NULL DEFAULT '1', eap_type INTEGER NOT NULL DEFAULT '0', eap_vendor INTEGER NOT NULL DEFAULT '0', - keyingtries INTEGER NOT NULL DEFAULT '3', - rekeytime INTEGER NOT NULL DEFAULT '7200', - reauthtime INTEGER NOT NULL DEFAULT '0', + keyingtries INTEGER NOT NULL DEFAULT '1', + rekeytime INTEGER NOT NULL DEFAULT '0', + reauthtime INTEGER NOT NULL DEFAULT '3600', jitter INTEGER NOT NULL DEFAULT '180', overtime INTEGER NOT NULL DEFAULT '300', mobike INTEGER NOT NULL DEFAULT '1', diff --git a/testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql b/testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql index 3b5e2ae97..a66d80ef4 100644 --- a/testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql +++ b/testing/tests/sql/net2net-psk/hosts/sun/etc/ipsec.d/ipsec.sql @@ -10,9 +10,9 @@ DROP TABLE IF EXISTS child_configs; CREATE TABLE child_configs ( id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL, - lifetime INTEGER NOT NULL DEFAULT '1500', - rekeytime INTEGER NOT NULL DEFAULT '1200', - jitter INTEGER NOT NULL DEFAULT '60', + lifetime INTEGER NOT NULL DEFAULT '1200', + rekeytime INTEGER NOT NULL DEFAULT '1020', + jitter INTEGER NOT NULL DEFAULT '180', updown TEXT DEFAULT NULL, hostaccess INTEGER NOT NULL DEFAULT '0', mode INTEGER NOT NULL DEFAULT '1' @@ -54,9 +54,9 @@ CREATE TABLE peer_configs ( auth_method INTEGER NOT NULL DEFAULT '1', eap_type INTEGER NOT NULL DEFAULT '0', eap_vendor INTEGER NOT NULL DEFAULT '0', - keyingtries INTEGER NOT NULL DEFAULT '3', - rekeytime INTEGER NOT NULL DEFAULT '7200', - reauthtime INTEGER NOT NULL DEFAULT '0', + keyingtries INTEGER NOT NULL DEFAULT '1', + rekeytime INTEGER NOT NULL DEFAULT '0', + reauthtime INTEGER NOT NULL DEFAULT '3600', jitter INTEGER NOT NULL DEFAULT '180', overtime INTEGER NOT NULL DEFAULT '300', mobike INTEGER NOT NULL DEFAULT '1', |
