From owner-cvs-all Sun Aug 1 20:37:29 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 655D614E67; Sun, 1 Aug 1999 20:37:24 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id VAA06085; Sun, 1 Aug 1999 21:35:51 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id VAA20029; Sun, 1 Aug 1999 21:35:50 -0600 Date: Sun, 1 Aug 1999 21:35:50 -0600 Message-Id: <199908020335.VAA20029@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.h ip_fw.c ip_fw.h raw_ip.c src/sbin/ipfw ipfw.8 ipfw.c In-Reply-To: <199908011657.JAA44866@freefall.freebsd.org> References: <199908011657.JAA44866@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > green 1999/08/01 09:57:25 PDT > > Modified files: > sys/netinet in.h ip_fw.c ip_fw.h raw_ip.c > sbin/ipfw ipfw.8 ipfw.c > Log: > Make ipfw's logging more dynamic. Now, log will use the default limit > _or_ you may specify "log logamount number" to set logging specifically > the rule. > In addition, "ipfw resetlog" has been added, which will reset the > logging counters on any/all rule(s). ipfw resetlog does not affect > the packet/byte counters (as ipfw reset does), and is the only "set" > command that can be run at securelevel >= 3. It was also desired for the ability to reset individual rules as well, and not necessarily every rule. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message