From owner-freebsd-pf@FreeBSD.ORG Fri May 16 06:30:01 2014 Return-Path: Delivered-To: freebsd-pf@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF8E1961 for ; Fri, 16 May 2014 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84A9B2D87 for ; Fri, 16 May 2014 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4G6U1jf007613 for ; Fri, 16 May 2014 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4G6U1U9007612; Fri, 16 May 2014 06:30:01 GMT (envelope-from gnats) Date: Fri, 16 May 2014 06:30:01 GMT Message-Id: <201405160630.s4G6U1U9007612@freefall.freebsd.org> To: freebsd-pf@FreeBSD.org Cc: From: Ari Suutari Subject: Re: kern/179392: [pf] [ip6] Incorrect TCP checksums in rdr return packets Reply-To: Ari Suutari X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 16 May 2014 06:30:01 -0000 The following reply was made to PR kern/179392; it has been noted by GNATS. From: Ari Suutari To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/179392: [pf] [ip6] Incorrect TCP checksums in rdr return packets Date: Fri, 16 May 2014 09:12:52 +0300 I was hit by this problem also, on 9.2-RELEASE. I think it might be caused by the workaround introduced in kern/170070. Ari S.