lacp: mark is_mp_safe for show and dump binary API
[vpp.git] / src / plugins / lacp / cli.c
index 92a890d..36a6f9b 100644 (file)
@@ -315,6 +315,7 @@ VLIB_CLI_COMMAND (show_lacp_command, static) = {
   .path = "show lacp",
   .short_help = "show lacp [<interface>] [details]",
   .function = show_lacp_fn,
+  .is_mp_safe = 1,
 };
 /* *INDENT-ON* */