From: Andreas Steffen Date: Sun, 6 Apr 2008 12:53:57 +0000 (-0000) Subject: disable mobike in sql/net2net-cert scenario X-Git-Tag: 4.2.1~104 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=b26fecefa0aa178021b47430924d0d0db28b6988 disable mobike in sql/net2net-cert scenario --- 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 e8718c6..7d94f24 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 da7f70d..1c09e6a 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 (