]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: SSL/TLS binding in "peers" sections.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 11 Jan 2019 13:06:12 +0000 (14:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Jan 2019 13:26:21 +0000 (14:26 +0100)
commit355b2033ec0c89660db179b23d6f77b678d8c26d
treea6d397e95b88041e3d7fe2ba6a06c8414bdd7307
parent1055e687a2dc936aac2da0ad3460de40e1d5480f
MINOR: cfgparse: SSL/TLS binding in "peers" sections.

Make "bind" keywork be supported in "peers" sections.
All "bind" settings are supported on this line.
Add "default-bind" option to parse the binding options excepted the bind address.
Do not parse anymore the bind address for local peers on "server" lines.
Do not use anymore list_for_each_entry() to set the "peers" section
listener parameters because there is only one listener by "peers" section.

May be backported to 1.5 and newer.
include/proto/server.h
src/cfgparse-listen.c
src/cfgparse.c
src/server.c