commit | b50b3e6d0adb2abb5b304bcb7784294814d8da0b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue May 05 18:43:43 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 06 12:41:57 2020 +0200 |
tree | 83b66e9df88f2a8b550e5793695957da69f17cab | |
parent | 67a234583e5eca4fc2063ad15cfdcdae95943716 [diff] |
MINOR: checks: Use dedicated actions to send log-format strings in send rules Following actions have been added to send log-format strings from a tcp-check ruleset instead the log-format parameter: * tcp-check send-lf <fmt> * tcp-check send-binary-lf <fmt> It is easier for tools generating configurations. Each action may only be interpreted in one way.