]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: tcp: move TCP bind/server keywords from proto_tcp.c to cfgparse-tcp.c
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 09:49:31 +0000 (11:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 16:51:36 +0000 (18:51 +0200)
commitde70ca5dfd469fc4d06579ac0cce95a50df2257d
treefdcaac87cba6ff5c1d6f27477d922efaeeda45f3
parent8987e7a8c90caf7b9877424432c36902451ad310
REORG: tcp: move TCP bind/server keywords from proto_tcp.c to cfgparse-tcp.c

Let's continue the cleanup and get rid of all bind and server keywords
parsers from proto_tcp.c. They're now moved to cfgparse-tcp.c, just as
was done for ssl before 2.2 release. Nothing has changed beyond this.
Now proto_tcp.c is clean and only contains code related to binding and
connecting.
Makefile
src/cfgparse-tcp.c [new file with mode: 0644]
src/proto_tcp.c