From owner-cvs-all Fri Oct 6 5:12:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9505937B502; Fri, 6 Oct 2000 05:12:09 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA99033; Fri, 6 Oct 2000 05:12:09 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200010061212.FAA99033@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 6 Oct 2000 05:12:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/10/06 05:12:09 PDT Modified files: sys/netinet ip_fw.c Log: As we now may check the TCP header window field, make sure we pullup enough into the mbuf data area. Solve this problem once and for all by pulling up the entire (standard) header for TCP and UDP, and four bytes of header for ICMP (enough for type, code and cksum fields). Revision Changes Path 1.144 +5 -5 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message