From d4216dd28019256fd6363ed4269d540ef64ec23c Mon Sep 17 00:00:00 2001 From: Luc Provoost Date: Fri, 12 Apr 2019 11:20:58 +0200 Subject: Improved image building & new PROX Bug fixes for the script for building an image via the packer tool. This also installs a newer version of PROX with some bug fixes in PROX. The *.test files have been simplified. Also introduced a new file MachineMap.cfg to map test machines on actual VMs. Change-Id: I69445327ef0a907bc8c1566aaa60c733418c541e Signed-off-by: Luc Provoost --- VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg') diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg index 4d5c7076..e819041c 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg @@ -31,7 +31,7 @@ vlan=yes $mbs=8 [defaults] -mempool size=4K +mempool size=8K [global] name=${name} @@ -39,7 +39,7 @@ name=${name} [core 0] mode=master -[core $group1] +[core $gencores] name=p0 task=0 mode=gen @@ -58,8 +58,9 @@ accuracy pos=46 packet id pos=50 signature=0x6789abcd signature pos=56 +;arp update time=1 -[core $group2] +[core $latcores] name=lat task=0 mode=lat @@ -70,3 +71,4 @@ accuracy pos=46 packet id pos=50 signature=0x6789abcd signature pos=56 +;arp update time=1 -- cgit 1.2.3-korg