vlib: add description field in plugin registration
[vpp.git] / src / plugins / flowperpkt / flowperpkt.c
index 587972f..3e5fc8b 100644 (file)
@@ -448,6 +448,7 @@ _(FLOWPERPKT_TX_INTERFACE_ADD_DEL, flowperpkt_tx_interface_add_del)
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
+    .description = "Flow per Packet",
 };
 /* *INDENT-ON* */