commit | 282992e25fbd0d46275ea26a01c6323e44803527 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 16 12:34:31 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | bfbb0ff2d8a8f0de47bfce8a3fd4373643e0e47f | |
parent | 30a2a3724b6d2ba01e2c269f9745300673ed73f8 [diff] |
MINOR: tcp-rules: Handle denied/aborted/invalid connections from TCP rules The new possible results for a custom action (deny/abort/invalid) are now handled during TCP rules evaluation. For L4/L5 rules, the session is rejected. For L7 rules, the right counter is incremented, then the connections killed. For now, no custom action uses these new codes.