]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: vars: Allow '.' in variable names
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 31 Oct 2016 09:49:03 +0000 (10:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 21:57:00 +0000 (22:57 +0100)
commitb71557a98b8c2036e47b33d8f5bb556530120c43
treed540d3adc811117ea208f26a442c0db9323abf2f
parent476e5d0e03e47c8f606ba2e8c13a05570ce7b7d4
MINOR: vars: Allow '.' in variable names

This is required to have implicit prefix or scope. SPOE filter will use it to
keep variables set by an agent in its own namespace.
doc/configuration.txt
src/vars.c