blob: f6b786bbdcc093c4d43787681a7f8a2da8a6f6e9 [file] [log] [blame]
Dave Wallace543852a2017-08-03 02:11:34 -04001# Test VPPCOM config file
Dave Wallace8af20542017-10-26 03:29:30 -04002vcl {
Dave Wallacec8f1ee62017-11-29 22:46:32 -05003 heapsize 1G
Dave Wallace543852a2017-08-03 02:11:34 -04004 heapsize 1
Dave Wallacec8f1ee62017-11-29 22:46:32 -05005 vpp-api-q-length 32
6 vpp-api-q-length 65536
Dave Wallace543852a2017-08-03 02:11:34 -04007 api-prefix daw # this is a comment
8 uid 1020 this is also a comment.
9 gid 1020
10# This is yet another comment!
11 segment-baseva 0x300000000
12 segment-size 0x10000000
13 segment-size 268435456
14 add-segment-size 0x1000000
15 add-segment-size 134217728
16 preallocated-fifo-pairs 16
17 rx-fifo-size 3145728
18 rx-fifo-size 0x300000
19 tx-fifo-size 3145728
20 tx-fifo-size 0x300000
21 event-queue-size 1024
22 event-queue-size 0x400
23 listen-queue-size 32
24 listen-queue-size 0x20
25 app-timeout 54.3
26 session-timeout 66.6
27 accept-timeout 0.1
Dave Wallace774169b2017-11-01 20:07:40 -040028 app-proxy-transport-tcp
29 app-proxy-transport-udp
30 app-scope-local
31 app-scope-global
Dave Wallace8af20542017-10-26 03:29:30 -040032 namespace-id 0123456789012345678901234567890123456789012345678901234567890123456789
33 namespace-id Oh_Bother!_Said_Winnie-The-Pooh
Dave Wallace8af20542017-10-26 03:29:30 -040034 namespace-secret 42
Dave Wallace543852a2017-08-03 02:11:34 -040035}