The description for STRM_EV_FLT_ANA and STRM_EV_FLT_ERR was missing.
This patch should be backported as far as 2.2.
(cherry picked from commit
5001913033d64203cb49e652e2a925a7e2830b83)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
{ .mask = STRM_EV_TCP_ANA, .name = "tcp_ana", .desc = "TCP analyzers" },
{ .mask = STRM_EV_TCP_ERR, .name = "tcp_err", .desc = "error during TCP analyzis" },
+
+ { .mask = STRM_EV_FLT_ANA, .name = "flt_ana", .desc = "Filter analyzers" },
+ { .mask = STRM_EV_FLT_ERR, .name = "flt_err", .desc = "error during filter analyzis" },
{}
};