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>
This commit is contained in:
Dave Wallace
2019-04-23 15:29:50 -04:00
committed by Damjan Marion
parent abfd778a92
commit 1d1985de91
37 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1
View File
@@ -189,6 +189,7 @@ VLIB_INIT_FUNCTION (cdp_init);
VLIB_PLUGIN_REGISTER () =
{
.version = VPP_BUILD_VER,
.description = "Cisco Discovery Protocol (CDP)",
};
/* *INDENT-ON* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -22,7 +22,7 @@
/* *INDENT-OFF* */
VLIB_PLUGIN_REGISTER () = {
.version = VPP_BUILD_VER,
.description = "Marvell Device Plugin",
.description = "Marvell PP2 Device Driver",
};
/* *INDENT-ON* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */
+1 -1
View File
@@ -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* */

Some files were not shown because too many files have changed in this diff Show More