commit | 434b8525ee333f511b5461eae41b23842d3636d4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Aug 02 17:51:01 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Aug 05 10:07:43 2021 +0200 |
tree | 7785156576a72b420bae8469a5c686d05b0cd90f | |
parent | d332f1396b101f3f03e9fef405d42f03fc3647b6 [diff] |
MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure There was no way to access the SPOE filter configuration from the agent object. However it could be handy to have it. And in fact, this will be required to fix a bug.