]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] config: support resetting options do default values
authorWilly Tarreau <w@1wt.eu>
Sun, 14 Jun 2009 09:39:52 +0000 (11:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 14 Jun 2009 09:39:52 +0000 (11:39 +0200)
commit3842f00a19b111f1ee9b224f1c8f14f11fc91032
tree05acb0df996d5247b6191fa22e016be50b86ca5b
parent84b57dae4a222e9aece07cb6449c06529ffa469f
[MINOR] config: support resetting options do default values

A new keyword prefix "default" has been introduced in order to
reset some options to their default values. This can be needed
for instance when an option is forced disabled or enabled in a
defaults section and when later sections want to use automatic
settings regardless of what was specified there. Right now it
is only supported by options, just like the "no" prefix.
doc/configuration.txt
src/cfgparse.c