diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-04-23 15:29:50 -0400 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-05-13 13:48:44 +0000 |
commit | fcbc0c64f39fac5ef0184d946ad53d8baf7f8e33 (patch) | |
tree | 41942f6836414e73d91a8d5b6ba4da77f8bc461c /src/plugins/memif/memif.c | |
parent | 725c6c416439d7a828aa587a93b9cc1cb0177a5d (diff) |
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>
(cherry picked from commit 1d1985de91833a5483a6b7ee96ef4090d530a7a6)
Diffstat (limited to 'src/plugins/memif/memif.c')
-rw-r--r-- | src/plugins/memif/memif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/memif/memif.c b/src/plugins/memif/memif.c index 7f29f4d7f87..c2df8d3b12e 100644 --- a/src/plugins/memif/memif.c +++ b/src/plugins/memif/memif.c @@ -1044,7 +1044,7 @@ VLIB_INIT_FUNCTION (memif_init); /* *INDENT-OFF* */ VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, - .description = "Packet Memory Interface (experimental)", + .description = "Packet Memory Interface (memif) -- Experimental", }; /* *INDENT-ON* */ |