From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: no reassembly for outgoing packets on RAW socket Date: Wed, 09 Jun 2010 17:16:56 +0200 Message-ID: <4C0FB068.9090700@trash.net> References: <20100604112708.GA1958@jolsa.lab.eng.brq.redhat.com> <4C08EB85.3050900@trash.net> <20100607145558.GA1939@jolsa.lab.eng.brq.redhat.com> <4C0FA24A.7060907@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jiri Olsa , netdev@vger.kernel.org, Netfilter Developer Mailing List To: Jan Engelhardt Return-path: In-Reply-To: Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org Jan Engelhardt wrote: > On Wednesday 2010-06-09 16:16, Patrick McHardy wrote: >>>> You could use the NOTRACK target to bypass connection tracking. >>>> >>> I tried the NOTRACK target, but the packet is still going >>> throught reassembly, because the RAW filter has lower priority >>> then the connection track defragmentation.. >>> >> Right. >> > > Blech. That reminds me of > http://marc.info/?l=netfilter-devel&m=126581823826735&w=2 > We already fixed that.