commit | dd66732ffe2435413364fdb14492d4a4cee75f59 | [log] [tgz] |
---|---|---|
author | Gaetan Rivet <grive@u256.net> | Fri Feb 14 11:25:09 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 09:39:37 2020 +0200 |
tree | e907bec62cafdff21fbb477783d60d0dae49617e | |
parent | 11ef149e721974503a36872d7b2bea0b975f4d98 [diff] |
MINOR: checks: Use an enum to describe the tcp-check rule type Replace the generic integer with an enumerated list. This allows light type check and helps debugging (seeing action = 2 in the struct is not helpful).