diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-12 12:14:36 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-12 12:14:36 +0000 |
commit | de5b2b95dcbd0d6957e88996fbbe785600a3d43e (patch) | |
tree | 332a47b5b9092b047e99283679ff03bae01c1d22 /share/man/man5 | |
parent | 390f65c444a2098395e86f76dc3ed143f38b6d50 (diff) |
nicer
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 307a3ec32f4..6183a07ca37 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.79 2002/09/06 09:46:52 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.80 2002/09/12 12:14:35 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -950,8 +950,9 @@ binat_rule = [ "no" ] "binat" "on" interface-name [ af ] [ "proto" ( proto-name | proto-number ) ] "from" address "to" ipspec [ "->" address ] . -rdr_rule = [ "no" ] "rdr" "on" ifspec [ af ] [ protospec ] "from" ipspec - "to" ipspec [ portspec ] [ "->" address [ portspec ] ] . +rdr_rule = [ "no" ] "rdr" "on" ifspec [ af ] [ protospec ] + "from" ipspec "to" ipspec [ portspec ] + [ "->" address [ portspec ] ] . action = "pass" | "block" [ return ] | "scrub" . return = "return-rst" [ "(" "ttl" number ")" ] | |