From owner-freebsd-pf@FreeBSD.ORG Wed May 23 20:22:04 2012 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27DB71065672 for ; Wed, 23 May 2012 20:22:04 +0000 (UTC) (envelope-from dhartmei@insomnia.benzedrine.cx) Received: from insomnia.benzedrine.cx (106-30.3-213.fix.bluewin.ch [213.3.30.106]) by mx1.freebsd.org (Postfix) with ESMTP id 622708FC08 for ; Wed, 23 May 2012 20:22:02 +0000 (UTC) Received: from insomnia.benzedrine.cx (localhost.benzedrine.cx [127.0.0.1]) by insomnia.benzedrine.cx (8.14.1/8.13.4) with ESMTP id q4NKM2pq031911 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 23 May 2012 22:22:03 +0200 (MEST) Received: (from dhartmei@localhost) by insomnia.benzedrine.cx (8.14.1/8.12.10/Submit) id q4NKM2Lw012795; Wed, 23 May 2012 22:22:02 +0200 (MEST) Date: Wed, 23 May 2012 22:22:02 +0200 From: Daniel Hartmeier To: Joerg Pulz Message-ID: <20120523202202.GH29536@insomnia.benzedrine.cx> References: <201205231950.q4NJo4m1088701@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201205231950.q4NJo4m1088701@freefall.freebsd.org> User-Agent: Mutt/1.5.12-2006-07-14 Cc: freebsd-pf@freebsd.org Subject: Re: kern/168190: [pf] panic when using pf and route-to (maybe: bad fragment handling?) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 20:22:04 -0000 On Wed, May 23, 2012 at 07:50:04PM +0000, Joerg Pulz wrote: > Let me know if you need more output. Oh, we can identify the pfil hook by printing *pfh, pfh->pfil_func and comparing the address to that of pf_check_out, fr_check_wrapper, and the one for ipfw, right? Daniel