mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02:00
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:
parent
70e10ee5bc
commit
46e5876035
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user