commit | 541e261ce3c1af30e172ab97d8ce8e865a941e77 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Aug 02 17:51:01 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 11 17:01:10 2021 +0200 |
tree | 304fb8f4b75f96341cc459aafc6b84438274c5e5 | |
parent | 8f72d48b59a823acb347a0ba0ea65e4e6dcc8dcf [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. (cherry picked from commit 434b8525ee333f511b5461eae41b23842d3636d4) Signed-off-by: Willy Tarreau <w@1wt.eu>