From owner-cvs-all@FreeBSD.ORG Sun Aug 29 08:25:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D73A516A4CE; Sun, 29 Aug 2004 08:25:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA9D943D46; Sun, 29 Aug 2004 08:25:02 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7T8P2lL048233; Sun, 29 Aug 2004 08:25:02 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7T8P2ZC048232; Sun, 29 Aug 2004 08:25:02 GMT (envelope-from maxim) Message-Id: <200408290825.i7T8P2ZC048232@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 29 Aug 2004 08:25:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 08:25:03 -0000 maxim 2004-08-29 08:25:02 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: o Restore a historical ipfw1 logamount behaviour: rules with 'log' keyword but without 'logamount' limit the amount of their log messages by net.inet.ip.fw.verbose_limit sysctl value. RELENG_5 candidate. PR: kern/46080 Submitted by: Dan Pelleg MFC after: 1 week Revision Changes Path 1.56 +7 -0 src/sbin/ipfw/ipfw2.c