commit | d9b7174d999feba6236577e1073b93d012932703 | [log] [tgz] |
---|---|---|
author | Mathias Weiersmueller <mathias.weiersmueller@cyberheads.ch> | Sat Nov 19 00:07:56 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 19 04:53:47 2022 +0100 |
tree | 3287cb024d096d6cbe9a0d8a3d68cb101821f4aa | |
parent | a0abec8bc0f5ac547cd2ee2c7af9f7d911549c78 [diff] |
MEDIUM: tcp-act: add parameter rst-ttl to silent-drop The silent-drop action was extended with an additional optional parameter, [rst-ttl <ttl> ], causing HAProxy to send a TCP RST with the specified TTL towards the client. With this behaviour, the connection state on your own client- facing middle-boxes (load balancers, firewalls) will be purged, but the client will still assume the TCP connection is up because the TCP RST packet expires before reaching the client.