X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FVppConfigGenerator.py;h=ad3f23483e10a0ba6dcd001c9955928efc928ca8;hb=ab4c093f3c9470ffc316864ddd603e49aa21fdf6;hp=de1f0c7e5c19cfc52949b20a778659add7c9f22b;hpb=1ab4252ce00ae64648c4c8e66e6db63140253b8b;p=csit.git diff --git a/resources/libraries/python/VppConfigGenerator.py b/resources/libraries/python/VppConfigGenerator.py index de1f0c7e5c..ad3f23483e 100644 --- a/resources/libraries/python/VppConfigGenerator.py +++ b/resources/libraries/python/VppConfigGenerator.py @@ -60,6 +60,12 @@ dpdk {{ {nomultiseg} {enablevhostuser} }} + +ip6 {{ + hash-buckets 2000000 + heap-size 500m +}} + """ # End VPP configuration template.