diff options
author | Maxime Peim <mpeim@cisco.com> | 2023-01-13 08:04:55 +0000 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2023-01-25 11:04:05 +0000 |
commit | ddc16cfcf96ed9193522dd006b9e3edef1107e43 (patch) | |
tree | 86e043bd444028f425494dd091eb32ac77012d7b /src/vnet/interface_cli.c | |
parent | 7cbd3cc41916ececa97af0b3acbb50dee190d656 (diff) |
api: pcap capture api update
Allow enabling and disabling pcap capture via the API.
A little bug is fixed along the way in
vl_api_classify_pcap_set_table_t_handler.
Type: improvement
Signed-off-by: Maxime Peim <mpeim@cisco.com>
Change-Id: I096129c82aecdc82bee5dbfb5e19c76a51d80aab
Diffstat (limited to 'src/vnet/interface_cli.c')
-rw-r--r-- | src/vnet/interface_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/interface_cli.c b/src/vnet/interface_cli.c index 3515c395e53..1c553e25e97 100644 --- a/src/vnet/interface_cli.c +++ b/src/vnet/interface_cli.c @@ -2390,7 +2390,7 @@ pcap_trace_command_fn (vlib_main_t * vm, * any-interface tests fail. * * - <b>error <node>.<error></b> - filter packets based on a specific error. - * For example: error {ip4-udp-lookup}.{No listener for dst port} + * For example: error {ip4-udp-lookup}.{no_listener} * * - <b>file <name></b> - Used to specify the output filename. The file will * be placed in the '<em>/tmp</em>' directory, so only the filename is |