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.
This commit is contained in:
Christopher Faulet 2023-07-17 07:56:55 +02:00
parent 70e10ee5bc
commit 46e5876035

View File

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