fix trace frame-queue unformat of index
Change-Id: Id891af5ef3c4afe877282b34cd03fc43886940a3 Signed-off-by: Matus Fabian <matfabia@cisco.com>
This commit is contained in:

committed by
Dave Barach

parent
954898f945
commit
2d41f169c8
@ -160,7 +160,7 @@ trace_frame_queue (vlib_main_t * vm, unformat_input_t * input,
|
|||||||
enable = 1;
|
enable = 1;
|
||||||
else if (unformat (line_input, "off"))
|
else if (unformat (line_input, "off"))
|
||||||
enable = 0;
|
enable = 0;
|
||||||
else if (unformat (line_input, "index %u"), &index)
|
else if (unformat (line_input, "index %u", &index))
|
||||||
;
|
;
|
||||||
else
|
else
|
||||||
return clib_error_return (0, "parse error: '%U'",
|
return clib_error_return (0, "parse error: '%U'",
|
||||||
|
Reference in New Issue
Block a user