X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FVppConfigGenerator.py;h=ad3f23483e10a0ba6dcd001c9955928efc928ca8;hp=de1f0c7e5c19cfc52949b20a778659add7c9f22b;hb=8fa8590c30540f53edb02c223a6de616cbe149da;hpb=feef56fdb844e82997e8665557762a004f0d1922 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.