Module Name:    src
Committed By:   rmind
Date:           Sun Mar 10 21:17:31 UTC 2013

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

Log Message:
Fix the example (deja vu?).


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/usr.sbin/npf/npfctl/npf.conf.5:1.28
--- src/usr.sbin/npf/npfctl/npf.conf.5:1.27	Sat Feb  9 03:35:32 2013
+++ src/usr.sbin/npf/npfctl/npf.conf.5	Sun Mar 10 21:17:30 2013
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf.conf.5,v 1.27 2013/02/09 03:35:32 rmind Exp $
+.\"    $NetBSD: npf.conf.5,v 1.28 2013/03/10 21:17:30 rmind Exp $
 .\"
 .\" Copyright (c) 2009-2013 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -283,7 +283,7 @@ $localnet = { 10.1.1.0/24 }
 # Note: if $ext_if has multiple IP address (e.g. IPv6 as well),
 # then the translation address has to be specified explicitly.
 map $ext_if dynamic 10.1.1.0/24 -> $ext_if
-map $ext_if dynamic 10.1.1.2 port 22 <- $ext_if 9022
+map $ext_if dynamic 10.1.1.2 port 22 <- $ext_if port 9022
 
 procedure "log" {
 	# Note: npf_ext_log kernel module should be loaded, if not built-in.

Reply via email to