From owner-cvs-src@FreeBSD.ORG Sat Sep 11 11:18:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D2C16A4CE; Sat, 11 Sep 2004 11:18:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A23143D45; Sat, 11 Sep 2004 11:18:26 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8BBIPdR092495; Sat, 11 Sep 2004 11:18:25 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8BBIPiH092494; Sat, 11 Sep 2004 11:18:25 GMT (envelope-from mlaier) Message-Id: <200409111118.i8BBIPiH092494@repoman.freebsd.org> From: Max Laier Date: Sat, 11 Sep 2004 11:18:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/pf/net pf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 11:18:26 -0000 mlaier 2004-09-11 11:18:25 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: One more round on the H/W supported checksum code: Fix NICs that can't do the pseudo header. We really need the TCP packet length here. This happens to end up in ip->ip_len in tcp_input.c, but here we should get it from the len function variable instead. Submitted by: yongari Tested by: Nicolas Linard, yongari (sparc64 + hme) MFC after: 5 days Revision Changes Path 1.19 +2 -3 src/sys/contrib/pf/net/pf.c