aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/sql/net2net-start-pem
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/sql/net2net-start-pem')
-rw-r--r--testing/tests/sql/net2net-start-pem/hosts/moon/etc/ipsec.d/data.sql16
-rw-r--r--testing/tests/sql/net2net-start-pem/hosts/sun/etc/ipsec.d/data.sql16
2 files changed, 16 insertions, 16 deletions
diff --git a/testing/tests/sql/net2net-start-pem/hosts/moon/etc/ipsec.d/data.sql b/testing/tests/sql/net2net-start-pem/hosts/moon/etc/ipsec.d/data.sql
index 2a333ab9a..542bdeae2 100644
--- a/testing/tests/sql/net2net-start-pem/hosts/moon/etc/ipsec.d/data.sql
+++ b/testing/tests/sql/net2net-start-pem/hosts/moon/etc/ipsec.d/data.sql
@@ -109,27 +109,27 @@ INSERT INTO ike_configs (
);
INSERT INTO peer_configs (
- name, ike_cfg, local_id, remote_id, mobike
+ name, ike_cfg, local_id, remote_id, mobike, dpd_delay
) VALUES (
- 'net-net', 1, 4, 5, 0
+ 'net-net', 1, 4, 5, 0, 30
);
INSERT INTO child_configs (
- name, updown, start_action
+ name, updown, start_action, dpd_action
) VALUES (
- 'net-1', 'ipsec _updown iptables', 2
+ 'net-1', 'ipsec _updown iptables', 2, 2
);
INSERT INTO child_configs (
- name, updown, start_action
+ name, updown, start_action, dpd_action
) VALUES (
- 'net-2', 'ipsec _updown iptables', 2
+ 'net-2', 'ipsec _updown iptables', 2, 2
);
INSERT INTO child_configs (
- name, updown, start_action
+ name, updown, start_action, dpd_action
) VALUES (
- 'net-3', 'ipsec _updown iptables', 2
+ 'net-3', 'ipsec _updown iptables', 2, 2
);
INSERT INTO peer_config_child_config (
diff --git a/testing/tests/sql/net2net-start-pem/hosts/sun/etc/ipsec.d/data.sql b/testing/tests/sql/net2net-start-pem/hosts/sun/etc/ipsec.d/data.sql
index 6e7760a41..3bcefd3d2 100644
--- a/testing/tests/sql/net2net-start-pem/hosts/sun/etc/ipsec.d/data.sql
+++ b/testing/tests/sql/net2net-start-pem/hosts/sun/etc/ipsec.d/data.sql
@@ -109,27 +109,27 @@ INSERT INTO ike_configs (
);
INSERT INTO peer_configs (
- name, ike_cfg, local_id, remote_id, mobike
+ name, ike_cfg, local_id, remote_id, mobike, dpd_delay
) VALUES (
- 'net-net', 1, 5, 4, 0
+ 'net-net', 1, 5, 4, 0, 30
);
INSERT INTO child_configs (
- name, updown, start_action
+ name, updown, start_action, dpd_action
) VALUES (
- 'net-1', 'ipsec _updown iptables', 0
+ 'net-1', 'ipsec _updown iptables', 0, 0
);
INSERT INTO child_configs (
- name, updown, start_action
+ name, updown, start_action, dpd_action
) VALUES (
- 'net-2', 'ipsec _updown iptables', 0
+ 'net-2', 'ipsec _updown iptables', 0, 0
);
INSERT INTO child_configs (
- name, updown, start_action
+ name, updown, start_action, dpd_action
) VALUES (
- 'net-3', 'ipsec _updown iptables', 0
+ 'net-3', 'ipsec _updown iptables', 0, 0
);
INSERT INTO peer_config_child_config (