aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2019-04-23 15:29:50 -0400
committerDamjan Marion <dmarion@me.com>2019-05-03 09:30:46 +0000
commit1d1985de91833a5483a6b7ee96ef4090d530a7a6 (patch)
tree7d4f4222d878a65f5ac2e845f69484a1184f0c05 /src/plugins
parentabfd778a92a0050178e966e9f29dfc1497b8ca58 (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>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/abf/abf_api.c2
-rw-r--r--src/plugins/acl/acl.c2
-rw-r--r--src/plugins/avf/plugin.c2
-rw-r--r--src/plugins/cdp/cdp.c1
-rw-r--r--src/plugins/crypto_ia32/main.c2
-rw-r--r--src/plugins/crypto_ipsecmb/ipsecmb.c2
-rw-r--r--src/plugins/crypto_openssl/main.c2
-rw-r--r--src/plugins/ct6/ct6.c2
-rw-r--r--src/plugins/gbp/gbp_api.c2
-rw-r--r--src/plugins/gtpu/gtpu.c2
-rw-r--r--src/plugins/http_static/http_static.c2
-rw-r--r--src/plugins/igmp/igmp.c2
-rw-r--r--src/plugins/ikev2/ikev2.c2
-rw-r--r--src/plugins/ila/ila.c2
-rw-r--r--src/plugins/ioam/encap/ip6_ioam_trace.c2
-rw-r--r--src/plugins/l2e/l2e_api.c2
-rw-r--r--src/plugins/lacp/lacp.c2
-rw-r--r--src/plugins/lb/lb.c2
-rw-r--r--src/plugins/mactime/mactime.c2
-rw-r--r--src/plugins/map/map.c2
-rw-r--r--src/plugins/marvell/plugin.c2
-rw-r--r--src/plugins/memif/memif.c2
-rwxr-xr-xsrc/plugins/nat/nat.c2
-rw-r--r--src/plugins/nsh/nsh.c2
-rw-r--r--src/plugins/nsim/nsim.c2
-rw-r--r--src/plugins/perfmon/perfmon.c2
-rw-r--r--src/plugins/pppoe/pppoe.c2
-rw-r--r--src/plugins/quic/quic.c2
-rw-r--r--src/plugins/rdma/plugin.c2
-rw-r--r--src/plugins/srv6-ad/ad.c2
-rw-r--r--src/plugins/srv6-am/am.c2
-rw-r--r--src/plugins/srv6-as/as.c2
-rw-r--r--src/plugins/stn/stn.c2
-rw-r--r--src/plugins/svs/svs_api.c2
-rw-r--r--src/plugins/tlsmbedtls/tls_mbedtls.c2
-rw-r--r--src/plugins/tlsopenssl/tls_openssl.c2
-rw-r--r--src/plugins/vmxnet3/plugin.c2
37 files changed, 37 insertions, 36 deletions
diff --git a/src/plugins/abf/abf_api.c b/src/plugins/abf/abf_api.c
index a951fe6475a..e5c3bfa6f3f 100644
--- a/src/plugins/abf/abf_api.c
+++ b/src/plugins/abf/abf_api.c
@@ -312,7 +312,7 @@ VLIB_INIT_FUNCTION (abf_api_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "ACL based Forwarding",
+ .description = "Access Control List (ACL) Based Forwarding",
};
/* *INDENT-ON* */
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* */
diff --git a/src/plugins/avf/plugin.c b/src/plugins/avf/plugin.c
index d2a043ac2cb..b5123175fe7 100644
--- a/src/plugins/avf/plugin.c
+++ b/src/plugins/avf/plugin.c
@@ -22,7 +22,7 @@
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Intel Adaptive Virtual Function (AVF) Device Plugin",
+ .description = "Intel Adaptive Virtual Function (AVF) Device Driver",
};
/* *INDENT-ON* */
diff --git a/src/plugins/cdp/cdp.c b/src/plugins/cdp/cdp.c
index 08456ac2faf..45863a096a3 100644
--- a/src/plugins/cdp/cdp.c
+++ b/src/plugins/cdp/cdp.c
@@ -189,6 +189,7 @@ VLIB_INIT_FUNCTION (cdp_init);
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
+ .description = "Cisco Discovery Protocol (CDP)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/crypto_ia32/main.c b/src/plugins/crypto_ia32/main.c
index f8e4e175699..45bf34e7814 100644
--- a/src/plugins/crypto_ia32/main.c
+++ b/src/plugins/crypto_ia32/main.c
@@ -131,7 +131,7 @@ VLIB_INIT_FUNCTION (crypto_ia32_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Intel AESNI Software Crypto Backend Plugin",
+ .description = "Intel IA32 Software Crypto Engine",
};
/* *INDENT-ON* */
diff --git a/src/plugins/crypto_ipsecmb/ipsecmb.c b/src/plugins/crypto_ipsecmb/ipsecmb.c
index b826700cf9e..7a80b39da63 100644
--- a/src/plugins/crypto_ipsecmb/ipsecmb.c
+++ b/src/plugins/crypto_ipsecmb/ipsecmb.c
@@ -550,7 +550,7 @@ VLIB_INIT_FUNCTION (crypto_ipsecmb_init);
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
- .description = "Intel IPSEC multi-buffer",
+ .description = "Intel IPSEC Multi-buffer Crypto Engine",
};
/* *INDENT-ON* */
diff --git a/src/plugins/crypto_openssl/main.c b/src/plugins/crypto_openssl/main.c
index 0560f31a00a..f6e153798c4 100644
--- a/src/plugins/crypto_openssl/main.c
+++ b/src/plugins/crypto_openssl/main.c
@@ -289,7 +289,7 @@ VLIB_INIT_FUNCTION (crypto_openssl_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "OpenSSL Crypto Engine Plugin",
+ .description = "OpenSSL Crypto Engine",
};
/* *INDENT-ON* */
diff --git a/src/plugins/ct6/ct6.c b/src/plugins/ct6/ct6.c
index a150cbc4381..478e9ac8f50 100644
--- a/src/plugins/ct6/ct6.c
+++ b/src/plugins/ct6/ct6.c
@@ -304,7 +304,7 @@ VNET_FEATURE_INIT (ct6in2out, static) =
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
- .description = "ipv6 connection tracker",
+ .description = "IPv6 Connection Tracker",
};
/* *INDENT-ON* */
diff --git a/src/plugins/gbp/gbp_api.c b/src/plugins/gbp/gbp_api.c
index bcc2d22612f..db8c8c69ed6 100644
--- a/src/plugins/gbp/gbp_api.c
+++ b/src/plugins/gbp/gbp_api.c
@@ -1198,7 +1198,7 @@ VLIB_API_INIT_FUNCTION (gbp_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Group Based Policy",
+ .description = "Group Based Policy (GBP)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/gtpu/gtpu.c b/src/plugins/gtpu/gtpu.c
index fb83fc8e636..c3a71ea0f79 100644
--- a/src/plugins/gtpu/gtpu.c
+++ b/src/plugins/gtpu/gtpu.c
@@ -1117,7 +1117,7 @@ VLIB_INIT_FUNCTION (gtpu_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "GTPv1-U",
+ .description = "GPRS Tunnelling Protocol, User Data (GTPv1-U)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/http_static/http_static.c b/src/plugins/http_static/http_static.c
index 722e4ba3fd3..57f1cf70f0d 100644
--- a/src/plugins/http_static/http_static.c
+++ b/src/plugins/http_static/http_static.c
@@ -139,7 +139,7 @@ VLIB_INIT_FUNCTION (http_static_init);
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
- .description = "http static server plugin"
+ .description = "HTTP Static Server"
};
/* *INDENT-ON* */
diff --git a/src/plugins/igmp/igmp.c b/src/plugins/igmp/igmp.c
index 01f75f9e4b1..7f828619331 100644
--- a/src/plugins/igmp/igmp.c
+++ b/src/plugins/igmp/igmp.c
@@ -498,7 +498,7 @@ VLIB_INIT_FUNCTION (igmp_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "IGMP messaging",
+ .description = "Internet Group Management Protocol (IGMP)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/ikev2/ikev2.c b/src/plugins/ikev2/ikev2.c
index 929f97716d3..2340137bb9c 100644
--- a/src/plugins/ikev2/ikev2.c
+++ b/src/plugins/ikev2/ikev2.c
@@ -3474,7 +3474,7 @@ VLIB_REGISTER_NODE (ikev2_mngr_process_node, static) = {
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "IKEv2",
+ .description = "Internet Key Exchange (IKEv2) Protocol",
};
/* *INDENT-ON* */
diff --git a/src/plugins/ila/ila.c b/src/plugins/ila/ila.c
index 93138723479..bac76151c28 100644
--- a/src/plugins/ila/ila.c
+++ b/src/plugins/ila/ila.c
@@ -824,7 +824,7 @@ ila_interface (u32 sw_if_index, u8 disable)
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Identifier-locator addressing for IPv6",
+ .description = "Identifier Locator Addressing (ILA) for IPv6",
};
/* *INDENT-ON* */
diff --git a/src/plugins/ioam/encap/ip6_ioam_trace.c b/src/plugins/ioam/encap/ip6_ioam_trace.c
index 148d566e65e..ddd9ae99dd5 100644
--- a/src/plugins/ioam/encap/ip6_ioam_trace.c
+++ b/src/plugins/ioam/encap/ip6_ioam_trace.c
@@ -409,7 +409,7 @@ VLIB_CLI_COMMAND (ip6_show_ioam_trace_cmd, static) = {
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Inbound OAM",
+ .description = "Inbound Operations, Administration, and Maintenance (OAM)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/l2e/l2e_api.c b/src/plugins/l2e/l2e_api.c
index 92a13f855f3..b42fef3d3d7 100644
--- a/src/plugins/l2e/l2e_api.c
+++ b/src/plugins/l2e/l2e_api.c
@@ -141,7 +141,7 @@ VLIB_API_INIT_FUNCTION (l2e_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "L2 Emulation",
+ .description = "Layer 2 (L2) Emulation",
};
/* *INDENT-ON* */
diff --git a/src/plugins/lacp/lacp.c b/src/plugins/lacp/lacp.c
index 0ecb1df7329..1a588376d9a 100644
--- a/src/plugins/lacp/lacp.c
+++ b/src/plugins/lacp/lacp.c
@@ -412,7 +412,7 @@ VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION (lacp_hw_interface_up_down);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Link Aggregation Control Protocol",
+ .description = "Link Aggregation Control Protocol (LACP)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/lb/lb.c b/src/plugins/lb/lb.c
index fe7e5450512..a75f6761c0e 100644
--- a/src/plugins/lb/lb.c
+++ b/src/plugins/lb/lb.c
@@ -1244,7 +1244,7 @@ int lb_vip_del(u32 vip_index)
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Load Balancer",
+ .description = "Load Balancer (LB)",
};
/* *INDENT-ON* */
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* */
diff --git a/src/plugins/map/map.c b/src/plugins/map/map.c
index a5354422b41..c2e821aa2e0 100644
--- a/src/plugins/map/map.c
+++ b/src/plugins/map/map.c
@@ -2223,7 +2223,7 @@ VLIB_CLI_COMMAND(map_if_command, static) = {
VLIB_PLUGIN_REGISTER() = {
.version = VPP_BUILD_VER,
- .description = "Mapping of address and port (MAP)",
+ .description = "Mapping of Address and Port (MAP)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/marvell/plugin.c b/src/plugins/marvell/plugin.c
index 6fe6ebe22fd..fe673092a5e 100644
--- a/src/plugins/marvell/plugin.c
+++ b/src/plugins/marvell/plugin.c
@@ -22,7 +22,7 @@
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Marvell Device Plugin",
+ .description = "Marvell PP2 Device Driver",
};
/* *INDENT-ON* */
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* */
diff --git a/src/plugins/nat/nat.c b/src/plugins/nat/nat.c
index 249df38a3b5..0d909cedbf4 100755
--- a/src/plugins/nat/nat.c
+++ b/src/plugins/nat/nat.c
@@ -171,7 +171,7 @@ VNET_FEATURE_INIT (ip4_nat44_ed_hairpinning, static) =
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Network Address Translation",
+ .description = "Network Address Translation (NAT)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/nsh/nsh.c b/src/plugins/nsh/nsh.c
index d18cedeb5e4..ea084e4a553 100644
--- a/src/plugins/nsh/nsh.c
+++ b/src/plugins/nsh/nsh.c
@@ -273,7 +273,7 @@ VLIB_INIT_FUNCTION (nsh_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Network Service Header",
+ .description = "Network Service Header (NSH)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/nsim/nsim.c b/src/plugins/nsim/nsim.c
index 65344ed0113..61d74b0a011 100644
--- a/src/plugins/nsim/nsim.c
+++ b/src/plugins/nsim/nsim.c
@@ -584,7 +584,7 @@ VNET_FEATURE_INIT (nsim_feature, static) =
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
- .description = "network delay simulator plugin",
+ .description = "Network Delay Simulator",
};
/* *INDENT-ON* */
diff --git a/src/plugins/perfmon/perfmon.c b/src/plugins/perfmon/perfmon.c
index 4cd4f94fda8..552c88757f7 100644
--- a/src/plugins/perfmon/perfmon.c
+++ b/src/plugins/perfmon/perfmon.c
@@ -157,7 +157,7 @@ VLIB_INIT_FUNCTION (perfmon_init);
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
- .description = "Performance monitor plugin",
+ .description = "Performance Monitor",
#if !defined(__x86_64__)
.default_disabled = 1,
#endif
diff --git a/src/plugins/pppoe/pppoe.c b/src/plugins/pppoe/pppoe.c
index 9f620a21558..ad05b8e7733 100644
--- a/src/plugins/pppoe/pppoe.c
+++ b/src/plugins/pppoe/pppoe.c
@@ -729,7 +729,7 @@ VLIB_INIT_FUNCTION (pppoe_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "PPPoE",
+ .description = "PPP over Ethernet (PPPoE)",
};
/* *INDENT-ON* */
diff --git a/src/plugins/quic/quic.c b/src/plugins/quic/quic.c
index e2c2514858c..d00c0e762ad 100644
--- a/src/plugins/quic/quic.c
+++ b/src/plugins/quic/quic.c
@@ -1758,7 +1758,7 @@ VLIB_INIT_FUNCTION (quic_init);
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
- .description = "Quic transport protocol",
+ .description = "Quic Transport Protocol",
};
/* *INDENT-ON* */
diff --git a/src/plugins/rdma/plugin.c b/src/plugins/rdma/plugin.c
index f229b75129d..b0dddee42b6 100644
--- a/src/plugins/rdma/plugin.c
+++ b/src/plugins/rdma/plugin.c
@@ -22,7 +22,7 @@
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "RDMA (ibverb) Device Plugin",
+ .description = "RDMA IBverbs Device Driver",
};
/* *INDENT-ON* */
diff --git a/src/plugins/srv6-ad/ad.c b/src/plugins/srv6-ad/ad.c
index bc55bc1abe4..9cf9eb1f945 100644
--- a/src/plugins/srv6-ad/ad.c
+++ b/src/plugins/srv6-ad/ad.c
@@ -463,7 +463,7 @@ VLIB_INIT_FUNCTION (srv6_ad_init);
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Dynamic SRv6 proxy",
+ .description = "Dynamic Segment Routing for IPv6 (SRv6) Proxy",
};
/* *INDENT-ON* */
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* */
diff --git a/src/plugins/srv6-as/as.c b/src/plugins/srv6-as/as.c
index ea13fc8834e..7a982dedda8 100644
--- a/src/plugins/srv6-as/as.c
+++ b/src/plugins/srv6-as/as.c
@@ -573,7 +573,7 @@ VLIB_INIT_FUNCTION (srv6_as_init);
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Static SRv6 proxy",
+ .description = "Static Segment Routing for IPv6 (SRv6) Proxy",
};
/* *INDENT-ON* */
diff --git a/src/plugins/stn/stn.c b/src/plugins/stn/stn.c
index 6f5fbdb2866..cab2cf10e01 100644
--- a/src/plugins/stn/stn.c
+++ b/src/plugins/stn/stn.c
@@ -279,7 +279,7 @@ VLIB_INIT_FUNCTION (stn_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "VPP Steals the NIC for Container integration",
+ .description = "VPP Steals the NIC (STN) for Container Integration",
};
/* *INDENT-ON* */
diff --git a/src/plugins/svs/svs_api.c b/src/plugins/svs/svs_api.c
index 068d2fa4e76..39e0843e80a 100644
--- a/src/plugins/svs/svs_api.c
+++ b/src/plugins/svs/svs_api.c
@@ -258,7 +258,7 @@ VLIB_INIT_FUNCTION (svs_api_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "Source VRF Select",
+ .description = "Source Virtual Routing and Fowarding (VRF) Select",
};
/* *INDENT-ON* */
diff --git a/src/plugins/tlsmbedtls/tls_mbedtls.c b/src/plugins/tlsmbedtls/tls_mbedtls.c
index 294f7126c87..e356088d619 100644
--- a/src/plugins/tlsmbedtls/tls_mbedtls.c
+++ b/src/plugins/tlsmbedtls/tls_mbedtls.c
@@ -672,7 +672,7 @@ VLIB_INIT_FUNCTION (tls_mbedtls_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "mbedtls based TLS Engine",
+ .description = "Transport Layer Security (TLS) Engine, Mbedtls Based",
};
/* *INDENT-ON* */
diff --git a/src/plugins/tlsopenssl/tls_openssl.c b/src/plugins/tlsopenssl/tls_openssl.c
index 976ccb4e062..903398a85dd 100644
--- a/src/plugins/tlsopenssl/tls_openssl.c
+++ b/src/plugins/tlsopenssl/tls_openssl.c
@@ -941,7 +941,7 @@ VLIB_INIT_FUNCTION (tls_openssl_init);
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "openssl based TLS Engine",
+ .description = "Transport Layer Security (TLS) Engine, OpenSSL Based",
};
/* *INDENT-ON* */
diff --git a/src/plugins/vmxnet3/plugin.c b/src/plugins/vmxnet3/plugin.c
index 8c7112d6064..76f1cfc5e3e 100644
--- a/src/plugins/vmxnet3/plugin.c
+++ b/src/plugins/vmxnet3/plugin.c
@@ -22,7 +22,7 @@
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
- .description = "VMWare Vmxnet3 Device Plugin",
+ .description = "VMWare Vmxnet3 Device Driver",
};
/* *INDENT-ON* */