summaryrefslogtreecommitdiffstats
path: root/testing/puppet-fdio/templates/startup.conf.erb
blob: 38a43ea105896ec0a66fdc696e2a2c1997bc283a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}