aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-04-06 12:53:57 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-04-06 12:53:57 +0000
commitb26fecefa0aa178021b47430924d0d0db28b6988 (patch)
treead4ebd8167da46b5c9b6a56a300e9c4d8f1e0e63 /testing/tests
parent1b247314fd05809f339398c85fce4e92be447f06 (diff)
downloadstrongswan-b26fecefa0aa178021b47430924d0d0db28b6988.tar.bz2
strongswan-b26fecefa0aa178021b47430924d0d0db28b6988.tar.xz
disable mobike in sql/net2net-cert scenario
Diffstat (limited to 'testing/tests')
-rw-r--r--testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/ipsec.sql4
-rw-r--r--testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/ipsec.sql4
2 files changed, 4 insertions, 4 deletions
diff --git a/testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/ipsec.sql b/testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/ipsec.sql
index e8718c615..7d94f24c4 100644
--- a/testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/ipsec.sql
+++ b/testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/ipsec.sql
@@ -257,9 +257,9 @@ INSERT INTO ike_configs (
);
INSERT INTO peer_configs (
- name, ike_cfg, local_id, remote_id
+ name, ike_cfg, local_id, remote_id, mobike
) VALUES (
- 'net-net', 1, 3, 4
+ 'net-net', 1, 3, 4, 0
);
INSERT INTO child_configs (
diff --git a/testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/ipsec.sql b/testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/ipsec.sql
index da7f70d11..1c09e6a2d 100644
--- a/testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/ipsec.sql
+++ b/testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/ipsec.sql
@@ -255,9 +255,9 @@ INSERT INTO ike_configs (
);
INSERT INTO peer_configs (
- name, ike_cfg, local_id, remote_id
+ name, ike_cfg, local_id, remote_id, mobike
) VALUES (
- 'net-net', 1, 4, 3
+ 'net-net', 1, 4, 3, 0
);
INSERT INTO child_configs (