forked from ligato/vpp-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgovpp.conf
18 lines (14 loc) · 855 Bytes
/
govpp.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Enable or disable feature to measure binary API call duration. Measured time is shown directly in log (info level).
# Measurement is taken also for certain procedures, like resync of plugin startup. Turned off by default.
trace-enabled: false
# Custom shared memory prefix for VPP. Not used by default.
shm-prefix: <prefix>
# If VPP lost connection, this flag allows to automatically run the whole resync procedure
# for all registered plugins after reconnection.
resync-after-reconnect: false
# Requests failed because of the temporary VPP disconnect can be re-tried. Field defines number of
# retry attempts. Default is zero, meaning the feature is disabled.
retry-request-count: 0
# Defines timeout between retry attempts. Default value is 500ms. If retry-request-count is set to zero,
# the field has no effect.
retry-request-timeout: 500000000