diff options
author | jmeltzer <jmeltzer@cvs.openbsd.org> | 2009-10-14 14:17:54 +0000 |
---|---|---|
committer | jmeltzer <jmeltzer@cvs.openbsd.org> | 2009-10-14 14:17:54 +0000 |
commit | 63b309eaa3257f1ab6ca190c82bea9ab4960f18f (patch) | |
tree | cff22cf31c10666890cdc3f4d7fee34cec2f67be /share/man/man5 | |
parent | 49b9a9a9680bcb1eefb6f3d464ba30526b7df30a (diff) |
Second example discussing the pass modifier with rdr-to
should actually use the pass modifier.
ok henning jmc
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 51c97d61fe7..7927bd62d3d 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.460 2009/10/04 16:08:37 michele Exp $ +.\" $OpenBSD: pf.conf.5,v 1.461 2009/10/14 14:17:53 jmeltzer Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 4 2009 $ +.Dd $Mdocdate: October 14 2009 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2525,7 +2525,7 @@ If the modifier is given, packets matching the translation rule are passed without inspecting the filter rules. .Bd -literal -offset 4n -match in on $ext_if proto tcp from any to any port 80 \e +pass in on $ext_if proto tcp from any to any port 80 \e rdr-to 127.0.0.1 port 8080 .Ed .Pp |