summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TPROXY.h
Commit message (Collapse)AuthorAgeFilesLines
* netfilter: xtables: add missing header inclusions for headers_checkJan Engelhardt2011-01-201-0/+2
| | | | | | | | | | Resolve these warnings on `make headers_check`: usr/include/linux/netfilter/xt_CT.h:7: found __[us]{8,16,32,64} type without #include <linux/types.h> ... Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* netfilter: xtables: use guarded typesJan Engelhardt2010-12-151-4/+4
| | | | | | | We are supposed to use the kernel's own types in userspace exports. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
* tproxy: added IPv6 support to the TPROXY targetBalazs Scheidler2010-10-211-3/+10
| | | | | | | | | This requires a new revision as the old target structure was IPv4 specific. Signed-off-by: Balazs Scheidler <bazsi@balabit.hu> Signed-off-by: KOVACS Krisztian <hidden@balabit.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>
* netfilter: iptables TPROXY targetKOVACS Krisztian2008-10-081-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>
OpenPOWER on IntegriCloud