From owner-cvs-src@FreeBSD.ORG Fri Dec 12 08:14:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 825E016A4CE; Fri, 12 Dec 2003 08:14:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C99F343D2D; Fri, 12 Dec 2003 08:14:28 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBCGESXJ028512; Fri, 12 Dec 2003 08:14:28 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBCGESWf028511; Fri, 12 Dec 2003 08:14:28 -0800 (PST) (envelope-from luigi) Message-Id: <200312121614.hBCGESWf028511@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 12 Dec 2003 08:14:28 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2003 16:14:29 -0000 luigi 2003/12/12 08:14:28 PST FreeBSD src repository Modified files: sbin/ipfw ipfw.8 ipfw2.c Log: Add a -b flag to /sbin/ipfw to print only action and comment for each rule, thus omitting the entire body. This makes the output a lot more readable for complex rulesets (provided, of course, you have annotated your ruleset appropriately!) MFC after: 3 days Revision Changes Path 1.135 +4 -0 src/sbin/ipfw/ipfw.8 1.43 +20 -2 src/sbin/ipfw/ipfw2.c