aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/conf/startup.conf
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2017-09-12 17:06:56 -0400
committerFlorin Coras <florin.coras@gmail.com>2017-09-13 17:28:43 +0000
commit49fe046e431c4d76b0c45c609e05e1b0a3063360 (patch)
tree3c7e5c97cb3f11b568fadb92fc91c829fd570676 /src/vpp/conf/startup.conf
parent9641f011da2f65cf47705d634981b0eaac0b9007 (diff)
API message table inspection utilities
Add doxygen tags for show/clear commands Change-Id: Ic939c561b15b0b720a8db1ecacc17e3d74419e1d Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vpp/conf/startup.conf')
-rw-r--r--src/vpp/conf/startup.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/vpp/conf/startup.conf b/src/vpp/conf/startup.conf
index 6ebe1efe9ee..c3b9872ec9a 100644
--- a/src/vpp/conf/startup.conf
+++ b/src/vpp/conf/startup.conf
@@ -8,7 +8,20 @@ unix {
}
api-trace {
+## This stanza controls binary API tracing. Unless there is a very strong reason,
+## please leave this feature enabled.
on
+## Additional parameters:
+##
+## To set the number of binary API trace records in the circular buffer, configure nitems
+##
+## nitems <nnn>
+##
+## To save the api message table decode tables, configure a filename. Results in /tmp/<filename>
+## Very handy for understanding api message changes between versions, identifying missing
+## plugins, and so forth.
+##
+## save-api-table <filename>
}
api-segment {