aboutsummaryrefslogtreecommitdiffstats
path: root/extras/strongswan/vpp_sswan/docker/configs/startup.conf
blob: 5c1952e10020cd6720448ea7291f315ab31bbb30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
unix {
        nodaemon
        full-coredump
        cli-listen /run/vpp/cli.sock
        exec /root/vpp/extras/strongswan/vpp_sswan/docker/configs/vpp.conf
}

api-trace {
        on
}

socksvr {
        default
}

cpu {
        main-core 1
        corelist-workers 2
}

dpdk {
        no-pci
}

plugins {
  plugin linux_cp_plugin.so { enable }
  plugin ikev2_plugin.so { disable }
}

linux-cp {
  lcp-sync
}