aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/conf/startup.conf
blob: 081589e906c80676d836ac7e60ba34cd2c23ec33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
unix {
  nodaemon
  log /tmp/vpe.log
  cli-listen localhost:5002
  full-coredump
}

api-trace {
  on
}

dpdk {
  socket-mem 1024
}