summaryrefslogtreecommitdiffstats
path: root/testing/puppet-fdio/templates/startup.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'testing/puppet-fdio/templates/startup.conf.erb')
-rw-r--r--testing/puppet-fdio/templates/startup.conf.erb22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/puppet-fdio/templates/startup.conf.erb b/testing/puppet-fdio/templates/startup.conf.erb
new file mode 100644
index 0000000..38a43ea
--- /dev/null
+++ b/testing/puppet-fdio/templates/startup.conf.erb
@@ -0,0 +1,22 @@
+unix {
+ cli-listen localhost:5002
+ nodaemon
+ log /tmp/vpp.log
+ full-coredump
+}
+
+dpdk {
+ <% dpdk_pci_devs.each do |n| -%>
+ dev <%=n-%>
+
+ <% end -%>
+ uio-driver <%=@dpdk_pmd_type%>
+}
+
+api-trace {
+ on
+}
+
+api-segment {
+ gid vpp
+}