netfilter: xtables: add CT target
authorPatrick McHardy <kaber@trash.net>
Wed, 3 Feb 2010 16:17:06 +0000 (17:17 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 3 Feb 2010 16:17:06 +0000 (17:17 +0100)
commit84f3bb9ae9db90f7fb15d98b55279a58ab1b2363
tree7fe7b882f027ee138edbc0f189e21532dad6531a
parentb2a15a604d379af323645e330638e2cfcc696aff
netfilter: xtables: add CT target

Add a new target for the raw table, which can be used to specify conntrack
parameters for specific connections, f.i. the conntrack helper.

The target attaches a "template" connection tracking entry to the skb, which
is used by the conntrack core when initializing a new conntrack.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/Kbuild
include/linux/netfilter/xt_CT.h [new file with mode: 0644]
include/net/netfilter/nf_conntrack_helper.h
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/nf_conntrack_helper.c
net/netfilter/xt_CT.c [new file with mode: 0644]