From fcbc0c64f39fac5ef0184d946ad53d8baf7f8e33 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 (cherry picked from commit 1d1985de91833a5483a6b7ee96ef4090d530a7a6) --- src/plugins/acl/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/acl/acl.c') diff --git a/src/plugins/acl/acl.c b/src/plugins/acl/acl.c index 63aafec6daf..56a1bfa4d6e 100644 --- a/src/plugins/acl/acl.c +++ b/src/plugins/acl/acl.c @@ -92,7 +92,7 @@ _(ACL_PLUGIN_GET_CONN_TABLE_MAX_ENTRIES,acl_plugin_get_conn_table_max_entries) /* *INDENT-OFF* */ VLIB_PLUGIN_REGISTER () = { .version = VPP_BUILD_VER, - .description = "Access Control Lists", + .description = "Access Control Lists (ACL)", }; /* *INDENT-ON* */ -- cgit 1.2.3-korg