From owner-freebsd-pf@FreeBSD.ORG Mon Jan 23 12:20:08 2012 Return-Path: Delivered-To: freebsd-pf@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8B0106566B for ; Mon, 23 Jan 2012 12:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3188FC12 for ; Mon, 23 Jan 2012 12:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0NCK7gj051512 for ; Mon, 23 Jan 2012 12:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0NCK7LG051511; Mon, 23 Jan 2012 12:20:07 GMT (envelope-from gnats) Date: Mon, 23 Jan 2012 12:20:07 GMT Message-Id: <201201231220.q0NCK7LG051511@freefall.freebsd.org> To: freebsd-pf@FreeBSD.org From: =?ISO-8859-1?Q?Tilman_Keskin=F6z?= Cc: Subject: Re: kern/163208: [pf] PF state key linking mismatch X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Tilman_Keskin=F6z?= 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: Mon, 23 Jan 2012 12:20:08 -0000 The following reply was made to PR kern/163208; it has been noted by GNATS. From: =?ISO-8859-1?Q?Tilman_Keskin=F6z?= To: =?ISO-8859-1?Q?Ermal_Lu=E7i?= Cc: bug-followup@FreeBSD.org Subject: Re: kern/163208: [pf] PF state key linking mismatch Date: Mon, 23 Jan 2012 13:13:55 +0100 * Ermal Luçi [Mon, 23 Jan 2012 11:50:07 GMT]: > > Probably a sysctl to disable this should be provided. > There might be unexpected consequences from this and the better fix is to > find the section where the mbuf is being reused. What consequences? Is there anything that can be done, to debug where the mbuf is reused? > > > > Please fix :)