]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: servers: Don't make "server" in a frontend fatal.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 24 Jul 2018 14:48:59 +0000 (16:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 24 Jul 2018 15:13:54 +0000 (17:13 +0200)
commit306e653331f107902f6211f03e09779cfe0171d0
tree8f8ed754d41fce30e7d3832b7276debf39b7ce68
parent055ba4f505e5117f59d3b843afc4c737dd2e21d5
BUG/MINOR: servers: Don't make "server" in a frontend fatal.

When parsing the configuration, if "server", "default-server" or
"server-template" are found in a frontend, we first warn that it will be
ignored, only to be considered a fatal error later. Be true to our word, and
just ignore it.

This should be backported to 1.8 and 1.7.
src/server.c