From 46e5876035d17eb5d9daf1ad9d4682a955fc1942 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Mon, 17 Jul 2023 07:56:55 +0200 Subject: [PATCH] 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. --- doc/configuration.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index ccc736f9b..807548b1a 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