From owner-svn-src-stable@FreeBSD.ORG Sun Mar 4 07:29:36 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4069B106564A; Sun, 4 Mar 2012 07:29:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2F10C8FC08; Sun, 4 Mar 2012 07:29:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q247TaVn020059; Sun, 4 Mar 2012 07:29:36 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q247TZTg020057; Sun, 4 Mar 2012 07:29:35 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201203040729.q247TZTg020057@svn.freebsd.org> From: Gleb Smirnoff Date: Sun, 4 Mar 2012 07:29:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r232481 - stable/9/sbin/ipfw X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2012 07:29:36 -0000 Author: glebius Date: Sun Mar 4 07:29:35 2012 New Revision: 232481 URL: http://svn.freebsd.org/changeset/base/232481 Log: Merge r227419: Note that NAT instance argument can be tablearg. PR: misc/162265 Submitted by: Paul Procacci Modified: stable/9/sbin/ipfw/ipfw.8 Directory Properties: stable/9/sbin/ipfw/ (props changed) Modified: stable/9/sbin/ipfw/ipfw.8 ============================================================================== --- stable/9/sbin/ipfw/ipfw.8 Sun Mar 4 05:52:26 2012 (r232480) +++ stable/9/sbin/ipfw/ipfw.8 Sun Mar 4 07:29:35 2012 (r232481) @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 20, 2011 +.Dd November 10, 2011 .Dt IPFW 8 .Os .Sh NAME @@ -769,7 +769,7 @@ To enable .Cm fwd a custom kernel needs to be compiled with the option .Cd "options IPFIREWALL_FORWARD" . -.It Cm nat Ar nat_nr +.It Cm nat Ar nat_nr | tablearg Pass packet to a nat instance (for network address translation, address redirect, etc.):