vlib: add description field in plugin registration
[vpp.git] / src / plugins / acl / acl.c
index 476fbc3..4a4dd43 100644 (file)
@@ -80,6 +80,7 @@ _(MACIP_ACL_INTERFACE_GET, macip_acl_interface_get)
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
+    .description = "Access Control Lists",
 };
 /* *INDENT-ON* */