aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/srv6-am
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-04-23 15:29:50 -0400
committerDave Wallace <dwallacelf@gmail.com>2019-05-08 11:50:46 -0400
commitcfd30860fb1db3add1a2548d758eb72362416bbc (patch)
treeb091e0119631b3c1e99f30451d74f5cc7bf5c9b7 /src/plugins/srv6-am
parente1062522d51e50cfd557a8ab66dfe19f1f86b65b (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/srv6-am')
-rw-r--r--src/plugins/srv6-am/am.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/srv6-am/am.c b/src/plugins/srv6-am/am.c
index ce8b4d9b2ce..9e3f2a32eb8 100644
--- a/src/plugins/srv6-am/am.c
+++ b/src/plugins/srv6-am/am.c
@@ -236,7 +236,7 @@ VLIB_INIT_FUNCTION (srv6_am_init);
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Masquerading SRv6 proxy",
+ .description = "Masquerading Segment Routing for IPv6 (SRv6) Proxy",
};
/* *INDENT-ON* */