blob: 5c1952e10020cd6720448ea7291f315ab31bbb30 [file] [log] [blame]
Gabriel Oginski95875772022-07-08 07:46:32 +00001unix {
2 nodaemon
3 full-coredump
4 cli-listen /run/vpp/cli.sock
Yulong Peide0c1af2022-10-26 09:14:42 +00005 exec /root/vpp/extras/strongswan/vpp_sswan/docker/configs/vpp.conf
Gabriel Oginski95875772022-07-08 07:46:32 +00006}
7
8api-trace {
9 on
10}
11
12socksvr {
13 default
14}
15
16cpu {
17 main-core 1
18 corelist-workers 2
19}
20
21dpdk {
22 no-pci
23}
24
25plugins {
26 plugin linux_cp_plugin.so { enable }
27 plugin ikev2_plugin.so { disable }
28}
29
30linux-cp {
31 lcp-sync
32}