disable mobike in sql/net2net-cert scenario
This commit is contained in:
@@ -257,9 +257,9 @@ INSERT INTO ike_configs (
|
|||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO peer_configs (
|
INSERT INTO peer_configs (
|
||||||
name, ike_cfg, local_id, remote_id
|
name, ike_cfg, local_id, remote_id, mobike
|
||||||
) VALUES (
|
) VALUES (
|
||||||
'net-net', 1, 3, 4
|
'net-net', 1, 3, 4, 0
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO child_configs (
|
INSERT INTO child_configs (
|
||||||
|
|||||||
@@ -255,9 +255,9 @@ INSERT INTO ike_configs (
|
|||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO peer_configs (
|
INSERT INTO peer_configs (
|
||||||
name, ike_cfg, local_id, remote_id
|
name, ike_cfg, local_id, remote_id, mobike
|
||||||
) VALUES (
|
) VALUES (
|
||||||
'net-net', 1, 4, 3
|
'net-net', 1, 4, 3, 0
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO child_configs (
|
INSERT INTO child_configs (
|
||||||
|
|||||||
Reference in New Issue
Block a user