From owner-cvs-all Tue Apr 30 23:29:25 2002 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 661C137B400; Tue, 30 Apr 2002 23:29:22 -0700 (PDT) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g416TMO85649; Tue, 30 Apr 2002 23:29:22 -0700 (PDT) (envelope-from cjc) Message-Id: <200205010629.g416TMO85649@freefall.freebsd.org> From: "Crist J. Clark" Date: Tue, 30 Apr 2002 23:29:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjc 2002/04/30 23:29:22 PDT Modified files: sbin/ipfw ipfw.8 sys/netinet ip_fw.c Log: Enlighten those who read the FINE POINTS of the documentation a bit more on how ipfw(8) deals with tiny fragments. While we're at it, add a quick log message to even let people know we dropped a packet. (Note that the second FINE POINT is somewhat redundant given the first, but since the code is there, leave the docs for it.) MFC after: 1 day Revision Changes Path 1.102 +14 -3 src/sbin/ipfw/ipfw.8 1.184 +6 -2 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message