X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fusecases%2Fcontiv%2FVPPTRACE.md;h=c9d2088266b1d5fb4484bdf503ce32777ae73b8a;hb=8a6e1b190c63cc596aed33f84b5989b64d276423;hp=2b397427cb3d6baffdca2f28cab53dd19c548594;hpb=25c4d396eae99e23c4ebe7155fde7700dd1130b9;p=vpp.git diff --git a/docs/usecases/contiv/VPPTRACE.md b/docs/usecases/contiv/VPPTRACE.md index 2b397427cb3..c9d2088266b 100644 --- a/docs/usecases/contiv/VPPTRACE.md +++ b/docs/usecases/contiv/VPPTRACE.md @@ -1,7 +1,7 @@ ## Using vpptrace.sh for VPP Packet Tracing VPP allows tracing of incoming packets using CLI commands `trace add` and `show trace` -as explained [here](VPP_PACKET_TRACING_K8S.html), but it is a rather cumbersome process. +as explained \[here\](VPP_PACKET_TRACING_K8S.html), but it is a rather cumbersome process. The buffer for captured packets is limited in size, and once it gets full the tracing stops. The user has to manually clear the buffer content, and then repeat the trace command to resume the packet capture, losing information about all packets received in the meantime.