vlib: add description field in plugin registration
[vpp.git] / src / plugins / ila / ila.c
index 52c7ea5..edbf301 100644 (file)
@@ -825,6 +825,7 @@ ila_interface (u32 sw_if_index, u8 disable)
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
+    .description = "Identifier-locator addressing for IPv6",
 };
 /* *INDENT-ON* */