mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-22 00:01:45 -05:00
disable mobike in sql/net2net-cert scenario
This commit is contained in:
parent
1b247314fd
commit
b26fecefa0
@ -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 (
|
||||
|
||||
@ -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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user