Integrate contiv/vpp CNI into IEC
[iec.git] / src / foundation / scripts / cni / contivpp / contiv-vswitch.conf
diff --git a/src/foundation/scripts/cni/contivpp/contiv-vswitch.conf b/src/foundation/scripts/cni/contivpp/contiv-vswitch.conf
new file mode 100644 (file)
index 0000000..4bebadc
--- /dev/null
@@ -0,0 +1,26 @@
+unix {
+    nodaemon
+    cli-listen /run/vpp/cli.sock
+    cli-no-pager
+    poll-sleep-usec 100
+}
+nat {
+    endpoint-dependent
+    translation hash buckets 1048576
+    translation hash memory 268435456
+    user hash buckets 1024
+    max translations per user 10000
+}
+acl-plugin {
+    use tuple merge 0
+}
+api-trace {
+    on
+    nitems 5000
+}
+socksvr {
+   default
+}
+statseg {
+   default
+}