From owner-freebsd-net@FreeBSD.ORG Sun Mar 19 18:43:21 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 775BF16A400 for ; Sun, 19 Mar 2006 18:43:21 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: from dbmail-mx2.orcon.net.nz (loadbalancer1.orcon.net.nz [219.88.242.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 555CF43D64 for ; Sun, 19 Mar 2006 18:43:14 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by dbmail-mx2.orcon.net.nz (8.13.2/8.13.2/Debian-1) with SMTP id k2JIkD1Y011343; Mon, 20 Mar 2006 06:46:14 +1200 Received: by heff.fud.org.nz (Postfix, from userid 1001) id 973B21CCC1; Mon, 20 Mar 2006 06:43:07 +1200 (NZST) Date: Mon, 20 Mar 2006 06:43:07 +1200 From: Andrew Thompson To: Max Laier Message-ID: <20060319184307.GL20361@heff.fud.org.nz> References: <20060304142802.GA63144@egr.msu.edu> <4409A975.1080108@thedarkside.nl> <200603041602.42599.max@love2party.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603041602.42599.max@love2party.net> User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV 0.88/1341/Mon Mar 20 06:04:17 2006 on dbmail-mx2.orcon.net.nz X-Virus-Status: Clean Cc: freebsd-net@freebsd.org, Adam McDougall Subject: Re: PR kern/93849 IP checksum broken by pf no-df over bridge X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 18:43:21 -0000 On Sat, Mar 04, 2006 at 04:02:26PM +0100, Max Laier wrote: > On Saturday 04 March 2006 15:51, Pieter de Boer wrote: > > Adam McDougall wrote: > > > Could someone possibly take a look at this and let me know if it > > > looks 'broken' or if I might be doing something wrong? I am in > > > a crunch to choose a firewall solution within a few weeks and it > > > would help me to know if this issue can be solved. FreeBSD/pf > > > seemed an appropriate solution so far, especially since it has > > > CARP, pfsync, (and altq which im not using (yet?)). > > > > You could try compiling pf using CFLAGS=-O instead of -O2. This fixed a > > checksum problem I had. That probably was an entirely different issue, > > but perhaps it does help.. > > Can you try this patch and report back instead. Thanks and sorry for the > delay. Were you going to commit this? The user reported that it fixed the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=93849 cheers, Andrew