MINOR: listener: move the interface to the struct settings
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Sep 2020 05:23:34 +0000 (07:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 18:13:13 +0000 (20:13 +0200)
commit7e307215e8fb6e3c1b56586db4ed37a8008f215a
tree3b38d84f2ab94977ec38147e485a76be3f31c28f
parente26993c098be16cb28971b0843ff48afb58d598a
MINOR: listener: move the interface to the struct settings

The interface is common to all listeners/receivers and is used to bind
the listening socket so it must be in the receiver settings and not in
the listener. This removes some unnecessary loops.
include/haproxy/listener-t.h
src/cfgparse-tcp.c
src/cli.c
src/proto_tcp.c
src/proto_udp.c
src/sock.c