From 1ab4252ce00ae64648c4c8e66e6db63140253b8b Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 20 Jul 2016 06:53:27 +0100 Subject: [PATCH] Fix the VPPConfigGenerator error Change-Id: I4be995af1ee67a84b1fa951d887f7fa04e958dd1 Signed-off-by: pmikus --- resources/libraries/python/VppConfigGenerator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/libraries/python/VppConfigGenerator.py b/resources/libraries/python/VppConfigGenerator.py index f255266eea..de1f0c7e5c 100644 --- a/resources/libraries/python/VppConfigGenerator.py +++ b/resources/libraries/python/VppConfigGenerator.py @@ -388,6 +388,7 @@ class VppConfigGenerator(object): vppconfig = VPP_CONFIG_TEMPLATE.format(cpuconfig=cpuconfig, pciconfig=pciconfig, socketmemconfig=socketmemconfig, + heapsizeconfig=heapsizeconfig, rxqueuesconfig=rxqueuesconfig, txqueuesconfig=txqueuesconfig, nomultiseg=nomultiseg, -- 2.16.6