summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2002-09-12 12:14:35 +0000
committerhenning <henning@openbsd.org>2002-09-12 12:14:35 +0000
commitc1fbb3316f1f7759c211d89e8451928bb049ea5e (patch)
tree448ae2ca66730047757ba45b160644cd584030f0
parentregress test for antispoof (diff)
downloadwireguard-openbsd-c1fbb3316f1f7759c211d89e8451928bb049ea5e.tar.xz
wireguard-openbsd-c1fbb3316f1f7759c211d89e8451928bb049ea5e.zip
nicer
-rw-r--r--share/man/man5/pf.conf.57
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 ")" ] |