lacp: mark is_mp_safe for show and dump binary API
[vpp.git] / src / plugins / lacp / lacp_api.c
index ed3ead6..f28f06c 100644 (file)
@@ -190,6 +190,10 @@ lacp_plugin_api_hookup (vlib_main_t * vm)
   foreach_lacp_plugin_api_msg;
 #undef _
 
+  /* Mark these APIs as mp safe */
+  am->is_mp_safe[VL_API_SW_INTERFACE_LACP_DUMP] = 1;
+  am->is_mp_safe[VL_API_SW_INTERFACE_LACP_DETAILS] = 1;
+
   /*
    * Set up the (msg_name, crc, message-id) table
    */