diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-06 12:53:57 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-04-06 12:53:57 +0000 |
commit | b26fecefa0aa178021b47430924d0d0db28b6988 (patch) | |
tree | ad4ebd8167da46b5c9b6a56a300e9c4d8f1e0e63 /testing/tests | |
parent | 1b247314fd05809f339398c85fce4e92be447f06 (diff) | |
download | strongswan-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.sql | 4 | ||||
-rw-r--r-- | testing/tests/sql/net2net-cert/hosts/sun/etc/ipsec.d/ipsec.sql | 4 |
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 ( |