From: Christopher Faulet Date: Mon, 17 Jul 2023 05:56:55 +0000 (+0200) Subject: DOC: config: Fix fc_src description to state the source address is returned X-Git-Tag: v2.9-dev2~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46e5876035d17eb5d9daf1ad9d4682a955fc1942;p=thirdparty%2Fhaproxy.git DOC: config: Fix fc_src description to state the source address is returned 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. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index ccc736f9b0..807548b1aa 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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