tproxy: split off ipv6 defragmentation to a separate module
authorBalazs Scheidler <bazsi@balabit.hu>
Thu, 21 Oct 2010 14:03:43 +0000 (16:03 +0200)
committerPatrick McHardy <kaber@trash.net>
Thu, 21 Oct 2010 14:03:43 +0000 (16:03 +0200)
commite97c3e278e951501c2f385de70c3ceacdea78c4a
tree1794d174ef487cff2ff135f8ca4c795c847f41ed
parent093d282321daeb19c107e5f1f16d7f68484f3ade
tproxy: split off ipv6 defragmentation to a separate module

Like with IPv4, TProxy needs IPv6 defragmentation but does not
require connection tracking. Since defragmentation was coupled
with conntrack, I split off the two, creating an nf_defrag_ipv6 module,
similar to the already existing nf_defrag_ipv4.

Signed-off-by: Balazs Scheidler <bazsi@balabit.hu>
Signed-off-by: KOVACS Krisztian <hidden@balabit.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/ipv6/nf_defrag_ipv6.h [new file with mode: 0644]
net/ipv6/netfilter/Makefile
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
net/ipv6/netfilter/nf_conntrack_reasm.c
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c [new file with mode: 0644]