commit | e84392707e10301b93121e1b74e2823db50cdf9e | [log] [tgz] |
---|---|---|
author | KOVACS Krisztian <hidden@sch.bme.hu> | Wed Oct 08 11:35:12 2008 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Wed Oct 08 11:35:12 2008 +0200 |
tree | d58858f585f9cc266928d3ec2be103922258fa97 | |
parent | 136cdc71fd54e77463e570643ac76e2b696e48a0 [diff] |
netfilter: iptables TPROXY target 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>