Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2011 12:05:26 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227419 - head/sbin/ipfw
Message-ID:  <201111101205.pAAC5QTV038659@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Thu Nov 10 12:05:26 2011
New Revision: 227419
URL: http://svn.freebsd.org/changeset/base/227419

Log:
  Note that NAT instance argument can be tablearg.
  
  PR:		misc/162265
  Submitted by:	Paul Procacci <pprocacci gmail.com>

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Thu Nov 10 11:17:40 2011	(r227418)
+++ head/sbin/ipfw/ipfw.8	Thu Nov 10 12:05:26 2011	(r227419)
@@ -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?201111101205.pAAC5QTV038659>