From owner-cvs-src-old@FreeBSD.ORG Tue Oct 14 17:53:37 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 946811065694 for ; Tue, 14 Oct 2008 17:53:37 +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 672D28FC0C for ; Tue, 14 Oct 2008 17:53:37 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9EHrbwc062212 for ; Tue, 14 Oct 2008 17:53:37 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9EHrbrV062211 for cvs-src-old@freebsd.org; Tue, 14 Oct 2008 17:53:37 GMT (envelope-from maxim@repoman.freebsd.org) Message-Id: <200810141753.m9EHrbrV062211@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to maxim@repoman.freebsd.org using -f From: Maxim Konovalov Date: Tue, 14 Oct 2008 17:53:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 17:53:37 -0000 maxim 2008-10-14 17:53:26 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: SVN rev 183889 on 2008-10-14 17:53:26Z by maxim o Do nothing in show_nat() for a test mode (-n). This prevents show_nat() from endless loop and makes work ipfw -n nat <...>. PR: bin/128064 Submitted by: sem MFC after: 1 month Revision Changes Path 1.131 +4 -8 src/sbin/ipfw/ipfw2.c