From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Heffner Subject: Re: What to do with malformed l4proto packets? (resend) Date: Fri, 06 Apr 2007 15:32:21 -0400 Message-ID: <4616A045.7050207@psc.edu> References: <46168530.9070604@psc.edu> <46169176.2000507@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org To: Patrick McHardy Return-path: In-Reply-To: <46169176.2000507@trash.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Patrick McHardy wrote: > The REJECT target verifies the checksum, so this shouldn't happen. > Are you sure its the REJECT target thats sending the RST? You're right, I missed that. Commit: 6150bacfec95c7042678667561664efcf10d4508 Author: Patrick McHardy Tue, 21 Jun 2005 14:03:46 -0700 [NETFILTER]: Check TCP checksum in ipt_REJECT Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller I'm guessing RHEL hasn't backported this fix into their ancient kernel yet. Sorry to waste your time. Thanks, -John