MINOR: proxy: disable warnings for internal proxies
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 13 Aug 2021 13:21:12 +0000 (15:21 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 13 Aug 2021 13:34:16 +0000 (15:34 +0200)
commit2c04a5a03de50c62fc6520a3cdcd1bab2de794cf
treedf82ae5f27a3b3fd6d25abfce8cc2a59d795ebaf
parent6640dbb52421a8c3f2a7330d16b91222f316d030
MINOR: proxy: disable warnings for internal proxies

The internal proxies should be part of the proxies list, because of
this, the check_config_validity() fonction could emit warnings about
these proxies.

This patch disables 3 startup warnings for internal proxies:

- "has no 'bind' directive" (this one was already ignored for the CLI
frontend, but we made it generic instead)
- "missing timeouts"
- "log format ignored"
src/cfgparse.c