From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH v2 1/9] tproxy: split off ipv6 defragmentation to a separate module Date: Thu, 21 Oct 2010 16:04:29 +0200 Message-ID: <4CC0486D.60703@trash.net> References: <20101021104709.5192.31249.stgit@este.odu> <20101021104709.5192.64336.stgit@este.odu> <4CC02456.4050301@trash.net> <1287661385.13326.45.camel@este.odu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Balazs Scheidler , David Miller To: KOVACS Krisztian Return-path: Received: from stinky.trash.net ([213.144.137.162]:58552 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758367Ab0JUOEd (ORCPT ); Thu, 21 Oct 2010 10:04:33 -0400 In-Reply-To: <1287661385.13326.45.camel@este.odu> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Am 21.10.2010 13:43, schrieb KOVACS Krisztian: > 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. Applied, thanks.