]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: Fix name for tune.disable-zero-copy-forwarding global param
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 13 Nov 2023 13:29:12 +0000 (14:29 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 13 Nov 2023 13:31:14 +0000 (14:31 +0100)
"disable-" prefix was missing. This param was correctly named in the list of
supported keywords in the global section, but not in the keyword
description.

No backport needed.

doc/configuration.txt

index d46905bee82bfc52ff4a88a56d49a93dd9f6a9bd..07ace7707fd9e54a71236bc8dc264749c582daf1 100644 (file)
@@ -2906,7 +2906,7 @@ tune.disable-fast-forward [ EXPERIMENTAL ]
   that "expose-experimental-directives" must appear on a line before this
   directive.
 
-tune.zero-copy-forwarding
+tune.disable-zero-copy-forwarding
   Disables the zero-copy forwarding of data. It is a mechanism to optimize the
   data fast-forwarding by avoiding to use the channel's buffer. Thanks to this
   directive, it is possible to disable this optimization. Note it also disable