Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2012 07:29:35 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r232481 - stable/9/sbin/ipfw
Message-ID:  <201203040729.q247TZTg020057@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <pprocacci gmail.com>

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.):



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203040729.q247TZTg020057>