From owner-cvs-all Mon May 24 3: 1:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A479914CB0; Mon, 24 May 1999 03:01:26 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66368; Mon, 24 May 1999 03:01:26 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Message-Id: <199905241001.DAA66368@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 24 May 1999 03:01:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c src/sbin/ipfw ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/05/24 03:01:25 PDT Modified files: sys/netinet ip_fw.c sbin/ipfw ipfw.c Log: close pr 10889: + add a missing call to dn_rule_delete() when flushing firewall rules, thus preventing possible panics due to dangling pointers (this was already done for single rule deletes). + improve "usage" output in ipfw(8) + add a few checks to ipfw pipe parameters and make it a bit more tolerant of common mistakes (such as specifying kbit instead of Kbit) PR: kern/10889 Submitted by: Ruslan Ermilov Revision Changes Path 1.112 +4 -1 src/sys/netinet/ip_fw.c 1.66 +27 -13 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message