]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: Fix fc_src description to state the source address is returned
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 17 Jul 2023 05:56:55 +0000 (07:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 17 Jul 2023 09:11:39 +0000 (11:11 +0200)
A typo in the "fc_src" description was fixed. This sample returns the
original source IP address and not the destination one.

This patch should be backported as far as 2.6.

doc/configuration.txt

index ccc736f9b0820c48d82015e75316ec455189fa94..807548b1aada1842cfc6185c70e45856abd95013 100644 (file)
@@ -20010,9 +20010,9 @@ fc_sacked : integer
   before 2.4, the sample fetch fails.
 
 fc_src : ip
-  This is the original destination IP address of the connection on the client
-  side. Only "tcp-request connection" rules may alter this address. See "src"
-  for details.
+  This is the original source IP address of the connection on the client side
+  Only "tcp-request connection" rules may alter this address. See "src" for
+  details.
 
 fc_src_is_local : boolean
   Returns true if the source address of incoming connection is local to the