diff options
author | Luc Provoost <luc.provoost@intel.com> | 2019-04-12 11:20:58 +0200 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2019-04-12 11:20:58 +0200 |
commit | d4216dd28019256fd6363ed4269d540ef64ec23c (patch) | |
tree | 60f2fbae8433616b972c804e6dc9525e0757bd07 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg | |
parent | af95b812c39e7fa039b7041b6cb8aba0c5e88c02 (diff) |
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 <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/gen_gw.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
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 |