From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [net-next PATCH 12/16] Split Netfilter IPv4 defragmentation into a separate module Date: Thu, 02 Oct 2008 11:18:00 +0200 Message-ID: <48E491C8.6080506@trash.net> References: <20081001142431.4893.48078.stgit@este> <20081001142431.4893.63510.stgit@este> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: David Miller , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org To: KOVACS Krisztian Return-path: In-Reply-To: <20081001142431.4893.63510.stgit@este> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org KOVACS Krisztian wrote: > Netfilter connection tracking requires all IPv4 packets to be defragmented. > Both the socket match and the TPROXY target depend on this functionality, so > this patch separates the Netfilter IPv4 defrag hooks into a separate module. > > Applied, thanks.