]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cfgparse: detect collisions between defaults and log-forward
authorWilly Tarreau <w@1wt.eu>
Wed, 18 Sep 2024 16:05:02 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 Sep 2024 16:08:15 +0000 (18:08 +0200)
commit1a38684fbc0b510f000e3df77ad6ddeaf27580f7
tree61cb9d16aae2d367a65fa48e55f8bfcea630b377
parentd8f4b07e4020aee2aed7fbaf589155f202d6c587
MEDIUM: cfgparse: detect collisions between defaults and log-forward

Sadly, when log-forward were introduced they took great care of avoiding
collision with regular proxies but defaults were missed (they need to be
explicitly checked for). So now we have to move them to a warning for 3.1
instead of rejecting them.
src/cfgparse-listen.c
src/log.c