]> Git Repo - linux.git/commit
netfilter: iptables TPROXY target
authorKOVACS Krisztian <[email protected]>
Wed, 8 Oct 2008 09:35:12 +0000 (11:35 +0200)
committerPatrick McHardy <[email protected]>
Wed, 8 Oct 2008 09:35:12 +0000 (11:35 +0200)
commite84392707e10301b93121e1b74e2823db50cdf9e
treed58858f585f9cc266928d3ec2be103922258fa97
parent136cdc71fd54e77463e570643ac76e2b696e48a0
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 <[email protected]>
Signed-off-by: Patrick McHardy <[email protected]>
include/linux/netfilter/xt_TPROXY.h [new file with mode: 0644]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_TPROXY.c [new file with mode: 0644]
This page took 0.056122 seconds and 4 git commands to generate.