disable MOBIKE in load-tester

This commit is contained in:
Andreas Steffen 2009-02-05 10:10:20 +00:00
parent eeb1e2259d
commit 49971c4ce5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ static peer_cfg_t* generate_config(private_load_tester_config_t *this, uint num)
ike_cfg->add_proposal(ike_cfg, this->proposal->clone(this->proposal));
peer_cfg = peer_cfg_create("load-test", 2, ike_cfg, local, remote,
CERT_SEND_IF_ASKED, UNIQUE_NO, 1, 0, 0, /* keytries, rekey, reauth */
0, 0, TRUE, 0, /* jitter, overtime, mobike, dpddelay */
0, 0, FALSE, 0, /* jitter, overtime, mobike, dpddelay */
this->vip ? this->vip->clone(this->vip) : NULL,
this->pool, FALSE, NULL, NULL);
auth = peer_cfg->get_auth(peer_cfg);