diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-24 10:41:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-24 10:41:37 +0000 |
commit | b3e758366d842b5234c71705a25d5bcfd4729f7c (patch) | |
tree | 7ed85b65cf2462c3296076a8bdca9121e44e8358 /share | |
parent | b656ac87fea99994a07d8f26dd8acac02620b2fc (diff) |
tweak previous;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 8536ba49584..f026b2be15b 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.479 2010/09/24 09:19:04 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.480 2010/09/24 10:41:36 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -778,8 +778,10 @@ Those netblocks are: 10.0.0.0 \(en 10.255.255.255 (all of net 10, i.e. 10/8) 172.16.0.0 \(en 172.31.255.255 (i.e. 172.16/12) 192.168.0.0 \(en 192.168.255.255 (i.e. 192.168/16) -.Ar nat-to is usually applied outbound. If applied inbound, nat-to -a local IP address is not supported. +.Ar nat-to +is usually applied outbound. +If applied inbound, +nat-to to a local IP address is not supported. .Ed .It Pa rdr-to The packet is redirected to another destination and possibly a @@ -793,8 +795,10 @@ redirects ports 2000 to 2999 (inclusive) to port 4000. .Pp .It match in ... port 2000:2999 rdr-to ... port 4000:* redirects port 2000 to 4000, port 2001 to 4001, ..., port 2999 to 4999. -.Ar rdr-to is usually applied inbound. If applied outbound, rdr-to -a local IP address is not supported. +.Ar rdr-to +is usually applied inbound. +If applied outbound, +rdr-to to a local IP address is not supported. .El .El .Pp |