ABF: remove the inclusion of version.h from abf_policy so it does not recompile each...
[vpp.git] / src / plugins / abf / abf_api.c
index 55f43e6..958d129 100644 (file)
@@ -317,6 +317,12 @@ abf_api_init (vlib_main_t * vm)
 
 VLIB_INIT_FUNCTION (abf_api_init);
 
+/* *INDENT-OFF* */
+VLIB_PLUGIN_REGISTER () = {
+    .version = VPP_BUILD_VER,
+    .description = "ACL based Forwarding",
+};
+/* *INDENT-ON* */
 
 /*
  * fd.io coding-style-patch-verification: ON