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/pppoe/pppoe.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/pppoe/pppoe.c')
-rw-r--r-- | src/plugins/pppoe/pppoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/pppoe/pppoe.c b/src/plugins/pppoe/pppoe.c index 0595767f62f..6cb9d8170de 100644 --- a/src/plugins/pppoe/pppoe.c +++ b/src/plugins/pppoe/pppoe.c @@ -738,7 +738,7 @@ VLIB_INIT_FUNCTION (pppoe_init); /* *INDENT-OFF* */ VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, - .description = "PPPoE", + .description = "PPP over Ethernet (PPPoE)", }; /* *INDENT-ON* */ |