]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: report misplaced use-server rules
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 23:39:04 +0000 (01:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 23:39:04 +0000 (01:39 +0200)
commitee445d99ffaaffc51a748d4a80192418cd6a9c20
tree7e80147300260631fdc86be8a6d7a6f46cb61a05
parent5002f571860b375344c915de298ae41cc3bdaadd
MEDIUM: config: report misplaced use-server rules

Till now there was no check against misplaced use-server rules, and
no warning was emitted, adding to the confusion. They're processed
just after the use_backend rules, or more exactly at the same level
but for the backend.
src/cfgparse.c