aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/actions.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-08-21 18:21:24 +0200
committerTobias Brunner <tobias@strongswan.org>2015-08-21 18:21:24 +0200
commitd88cec920c9def7ed2d9906858f4b88a4b46a730 (patch)
treecc5798460efe4618077e8b17694ed6340071b6d4 /src/conftest/actions.c
parentffa20bad6356732e840aaffc6f9ef8fd1e6eb88e (diff)
parent256e666d2235718a3711cf7ad9634354c10f7a7e (diff)
downloadstrongswan-d88cec920c9def7ed2d9906858f4b88a4b46a730.tar.bz2
strongswan-d88cec920c9def7ed2d9906858f4b88a4b46a730.tar.xz
Merge branch 'init-limits'
IKE_SAs that are initiated are now counted towards the half-open IKE_SAs limit. Optionally it is possible to enforce limits towards the number of half-open IKE_SAs and the job load also when initiating SAs. This is currently only possible via VICI.
Diffstat (limited to 'src/conftest/actions.c')
-rw-r--r--src/conftest/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/actions.c b/src/conftest/actions.c
index 474672ca1..256b63d1b 100644
--- a/src/conftest/actions.c
+++ b/src/conftest/actions.c
@@ -65,7 +65,7 @@ static job_requeue_t initiate(char *config)
{
DBG1(DBG_CFG, "initiating IKE_SA for CHILD_SA config '%s'", config);
charon->controller->initiate(charon->controller, peer_cfg, child_cfg,
- NULL, NULL, 0);
+ NULL, NULL, 0, FALSE);
}
else
{