From 1d1985de91833a5483a6b7ee96ef4090d530a7a6 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 23 Apr 2019 15:29:50 -0400 Subject: 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 --- src/plugins/mactime/mactime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/mactime') diff --git a/src/plugins/mactime/mactime.c b/src/plugins/mactime/mactime.c index 572b913ba07..6cbddbc7a44 100644 --- a/src/plugins/mactime/mactime.c +++ b/src/plugins/mactime/mactime.c @@ -423,7 +423,7 @@ VNET_FEATURE_INIT (mactime_tx, static) = VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, - .description = "Time-based MAC source-address filter", + .description = "Time-based MAC Source Address Filter", }; /* *INDENT-ON* */ -- cgit 1.2.3-korg