plugins: clean up plugin descriptions

- Make plugin descriptions more consistent
  so the output of "show plugin" can be
  used in the wiki.

Change-Id: I4c6feb11e7dcc5a4cf0848eed37f1d3b035c7dda
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2019-04-23 15:29:50 -04:00
committed by Damjan Marion
parent abfd778a92
commit 1d1985de91
37 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -412,7 +412,7 @@ VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION (lacp_hw_interface_up_down);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
.description = "Link Aggregation Control Protocol",
.description = "Link Aggregation Control Protocol (LACP)",
};
/* *INDENT-ON* */