commit | aeae66cf22527299c7187e0d498361073cf2a854 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 28 11:03:28 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 28 18:51:36 2020 +0200 |
tree | 7dd8203299b258b47c492e4d8c6c9a3e726f95c1 | |
parent | febbce87baf15b610d30172e37b98133e92159cc [diff] |
REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c The file proto_tcp.c has become a real mess because it still contains tons of definitions that have nothing to do with the TCP protocol setup. This commit moves the ruleset actions "set-src-port", "set-dst-port", "set-src", "set-dst", and "silent-drop" to a new file "tcp_act.c". Nothing has changed beyond this.