svn commit: r232481 - stable/9/sbin/ipfw

Gleb Smirnoff glebius at FreeBSD.org
Sun Mar 4 07:29:36 UTC 2012


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


More information about the svn-src-all mailing list