Don't wait while removing external IPs used for load testing

This commit is contained in:
Martin Willi
2012-11-29 10:22:51 +01:00
parent b185cdd16d
commit d88597f0dd
8 changed files with 18 additions and 11 deletions
@@ -539,7 +539,7 @@ METHOD(load_tester_config_t, delete_ip, void,
if (pool->release_address(pool, ip, found))
{
hydra->kernel_interface->del_ip(hydra->kernel_interface,
ip, this->prefix);
ip, this->prefix, FALSE);
}
found->destroy(found);
break;