From owner-cvs-sbin Thu Feb 12 17:58:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25691 for cvs-sbin-outgoing; Thu, 12 Feb 1998 17:58:43 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25579; Thu, 12 Feb 1998 17:58:30 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA26425; Thu, 12 Feb 1998 17:58:16 -0800 (PST) Date: Thu, 12 Feb 1998 17:58:16 -0800 (PST) Message-Id: <199802130158.RAA26425@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c src/sys/netinet ip_fw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/02/12 17:58:15 PST Modified files: (Branch: RELENG_2_2) sbin/ipfw ipfw.8 ipfw.c sys/netinet ip_fw.c Log: MFC: correct handling of fragmented packets. Revision Changes Path 1.23.2.12 +16 -0 src/sbin/ipfw/ipfw.8 1.34.2.13 +11 -2 src/sbin/ipfw/ipfw.c 1.51.2.12 +35 -3 src/sys/netinet/ip_fw.c