]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: Add a global option to expose deprecated directives
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Mar 2024 08:01:11 +0000 (09:01 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Mar 2024 10:31:48 +0000 (11:31 +0100)
commit189f74d4ff7b89995a89191bed9f8ae795fdbccf
tree4a15eaa35eb1d0038e2a0b209b2aa4e817823be4
parentdff98071888ae06dcec0a6c3a9222e76e893305d
MINOR: cfgparse: Add a global option to expose deprecated directives

Similarly to "expose-exprimental-directives" option, there is no a global
option to expose some deprecated directives. Idea is to have a way to silent
warnings about deprecated directives when there is no alternative solution.

Of course, deprecated directives covered by this option are not listed and
may change. It is only a best effort to let users upgrade smoothly.
doc/configuration.txt
include/haproxy/global.h
src/cfgparse-global.c
src/haproxy.c