diff options
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 ( |