]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: postresolve sink names in debug() converter
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 10 Oct 2024 09:37:36 +0000 (11:37 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 10 Oct 2024 14:55:15 +0000 (16:55 +0200)
commit7144e60cd28f4d442f7aa53c785520ebda66d1fd
tree5498da34297427d0e0579ffa8813049eaf441456
parented266589b6d6dd4e5215e3f0ed12c263e6f9f436
MINOR: sample: postresolve sink names in debug() converter

debug() converter used to resolve sink names during parsing time. Because
of this, we were unable to specify sink names that were defined after
the debug() converter was placed.

Like in the previous commit, let's implement proper postparsing for the
debug() converter, in order to be able to use sink names that are about
to be defined later in the config file.
src/sample.c