From: Balazs Scheidler Date: Thu, 21 Oct 2010 14:03:43 +0000 (+0200) Subject: tproxy: split off ipv6 defragmentation to a separate module X-Git-Tag: v2.6.37-rc1~147^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97c3e278e951501c2f385de70c3ceacdea78c4a;p=pandora-kernel.git 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 Signed-off-by: KOVACS Krisztian Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed