disable mobike in sql/net2net-cert scenario

This commit is contained in:
Andreas Steffen
2008-04-06 12:53:57 +00:00
parent 1b247314fd
commit b26fecefa0
2 changed files with 4 additions and 4 deletions
@@ -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 (