From owner-cvs-all@FreeBSD.ORG Mon Jul 14 01:39:52 2003 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 6AAD237B401; Mon, 14 Jul 2003 01:39:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6414B43F85; Mon, 14 Jul 2003 01:39:50 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6E8do0U041068; Mon, 14 Jul 2003 01:39:50 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6E8doqT041067; Mon, 14 Jul 2003 01:39:50 -0700 (PDT) Message-Id: <200307140839.h6E8doqT041067@repoman.freebsd.org> From: Luigi Rizzo Date: Mon, 14 Jul 2003 01:39:49 -0700 (PDT) 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: Mon, 14 Jul 2003 08:39:52 -0000 luigi 2003/07/14 01:39:49 PDT FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: ccept of empty lines when reading from a file (this fixes a bug introduced in the latest commits). Also: * update the 'ipfw -h' output; * allow rules of the form "100 add allow ..." i.e. with the index first. (requested by Paul Richards). This was an undocumented ipfw1 behaviour, and it is left undocumented. and minor code cleanups. Revision Changes Path 1.34 +52 -25 src/sbin/ipfw/ipfw2.c