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

View File

@ -273,7 +273,7 @@ VLIB_INIT_FUNCTION (nsh_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
.description = "Network Service Header",
.description = "Network Service Header (NSH)",
};
/* *INDENT-ON* */