aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TPROXY.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-10-08netfilter: iptables TPROXY targetKOVACS Krisztian1-0/+14
The TPROXY target implements redirection of non-local TCP/UDP traffic to local sockets. Additionally, it's possible to manipulate the packet mark if and only if a socket has been found. (We need this because we cannot use multiple targets in the same iptables rule.) Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>