svn commit: r227419 - head/sbin/ipfw

Gleb Smirnoff glebius at FreeBSD.org
Thu Nov 10 12:05:26 UTC 2011


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


More information about the svn-src-all mailing list