From owner-cvs-all Fri Oct 27 0:19:23 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 5C81337B479; Fri, 27 Oct 2000 00:19:21 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80698; Fri, 27 Oct 2000 00:19:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200010270719.AAA80698@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 27 Oct 2000 00:19:20 -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/27 00:19:20 PDT Modified files: sys/netinet ip_fw.c Log: Fetch the protocol header (TCP, UDP, ICMP) only from the first fragment of IP datagram. This fixes the problem when firewall denied fragmented packets whose last fragment was less than minimum protocol header size. Found by: Harti Brandt PR: kern/22309 Revision Changes Path 1.147 +12 -17 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message