vpp-swan: Add scripts for testing
[vpp.git] / extras / strongswan / vpp_sswan / docker / configs / startup.conf
1 unix {
2         nodaemon
3         full-coredump
4         cli-listen /run/vpp/cli.sock
5         exec /root/vpp_sswan/docker/configs/vpp.conf
6 }
7
8 api-trace {
9         on
10 }
11
12 socksvr {
13         default
14 }
15
16 cpu {
17         main-core 1
18         corelist-workers 2
19 }
20
21 dpdk {
22         no-pci
23 }
24
25 plugins {
26   plugin linux_cp_plugin.so { enable }
27   plugin ikev2_plugin.so { disable }
28 }
29
30 linux-cp {
31   lcp-sync
32 }