MINOR: listener: move the ACC_PROXY and ACC_CIP options to bind_conf
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2023 18:48:50 +0000 (19:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:20 +0000 (18:00 +0100)
commitf1b4730f7d06e48928b25c27055a0dbbb592029d
tree5f342b73689bd0b16de800d9c6a20577d066e7b0
parentc492f1b17f0b13a353eeac44e28f4e3bfd0c8561
MINOR: listener: move the ACC_PROXY and ACC_CIP options to bind_conf

These are only set per bind line and used when creating a sessions,
we can move them to the bind_conf under the names BC_O_ACC_PROXY and
BC_O_ACC_CIP respectively.
include/haproxy/listener-t.h
src/listener.c
src/session.c