From owner-cvs-all@FreeBSD.ORG Tue Feb 26 11:56:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6F161065B0D; Tue, 26 Feb 2008 11:56:00 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 459B013DDB9; Tue, 26 Feb 2008 09:31:14 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q9VEDJ020556; Tue, 26 Feb 2008 09:31:14 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q9VEvo020555; Tue, 26 Feb 2008 09:31:14 GMT (envelope-from maxim) Message-Id: <200802260931.m1Q9VEvo020555@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 26 Feb 2008 09:31:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 26 Feb 2008 11:56:01 -0000 maxim 2008-02-26 09:31:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/ipfw ipfw2.c Log: MFC rev. 1.112: fix command line parser bug: "ipfw nat 1 config if" requires an argument. Revision Changes Path 1.108.2.2 +2 -0 src/sbin/ipfw/ipfw2.c