From 203bd7b09fa3c250a23b0eb9b6ce8921c8871172 Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Thu, 23 Jan 2020 06:12:03 -0500 Subject: Fix run_iteration when not using the sut_sock When no sut_sock monitoring the swap, the while loop would never come to an end. Also added heartbeat timeout in the generator config files. Change-Id: I3c36991c65b9b826faf3d051a1354ca7eb34c24e Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/rapid/gen_gw.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/gen_gw.cfg') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/gen_gw.cfg b/VNFs/DPPD-PROX/helper-scripts/rapid/gen_gw.cfg index 3f83c65c..c79e144a 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/gen_gw.cfg +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/gen_gw.cfg @@ -35,6 +35,7 @@ mempool size=8K [global] name=${name} +heartbeat timeout=${heartbeat} [core 0] mode=master -- cgit 1.2.3-korg