Disable MOBIKE in conftesting, as it changes port floating behavior

This commit is contained in:
Martin Willi
2011-01-05 16:45:49 +01:00
parent 1535913aed
commit dbcdd4a46d
+1 -1
View File
@@ -243,7 +243,7 @@ static peer_cfg_t *load_peer_config(private_config_t *this,
ike_cfg = load_ike_config(this, settings, config);
peer_cfg = peer_cfg_create(config, 2, ike_cfg, CERT_ALWAYS_SEND,
UNIQUE_NO, 1, 0, 0, 0, 0, TRUE, 0,
UNIQUE_NO, 1, 0, 0, 0, 0, FALSE, 0,
NULL, NULL, FALSE, NULL, NULL);
auth = auth_cfg_create();