Module Name:    src
Committed By:   rmind
Date:           Fri Feb 14 01:52:58 UTC 2014

Modified Files:
        src/usr.sbin/npf/npfctl: npf.conf.5

Log Message:
Document NAT algorithm option in the grammar of "map".


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/npf/npfctl/npf.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/npf/npfctl/npf.conf.5
diff -u src/usr.sbin/npf/npfctl/npf.conf.5:1.38 src/usr.sbin/npf/npfctl/npf.conf.5:1.39
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.38	Sat Feb  8 01:20:09 2014
+++ src/usr.sbin/npf/npfctl/npf.conf.5	Fri Feb 14 01:52:58 2014
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.38 2014/02/08 01:20:09 rmind Exp $
+.\"    $NetBSD: npf.conf.5,v 1.39 2014/02/14 01:52:58 rmind Exp $
 .\"
 .\" Copyright (c) 2009-2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 8, 2014
+.Dd February 14, 2014
 .Dt NPF.CONF 5
 .Os
 .Sh NAME
@@ -229,7 +229,8 @@ table-def	= "table" table-id "type" ( "h
 
 ; Mapping for address translation.
 
-map		= "map" interface ( "static" | "dynamic" )
+map		= "map" interface
+		  ( "static" [ "algo" algorithm ] | "dynamic" )
 		  net-seg ( "->" | "<-" | "<->" ) net-seg
 		  [ "pass" filt-opts ]
 

Reply via email to