From b26fecefa0aa178021b47430924d0d0db28b6988 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 6 Apr 2008 12:53:57 +0000 Subject: disable mobike in sql/net2net-cert scenario --- testing/tests/sql/net2net-cert/hosts/moon/etc/ipsec.d/ipsec.sql | 4 ++-- testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/ipsec.sql | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testing/tests') 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 ( -- cgit v1.2.3