summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2010-08-20 13:01:44 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2010-08-20 13:01:44 +0000
commitc69597b06ab348f90cb33265ddfad222c2b6a9cc (patch)
treec018c1a40b8328af5588b9802b1379e5ef1eda37 /share
parent3879624cbd3629fb6a4cb100aadfef02b91a86bc (diff)
sync divert-packet documentation with reality
PR 6448 pjp at centroid dot eu
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index ac35d49be88..5b0ccf9178d 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.476 2010/05/19 13:51:37 sthen Exp $
+.\" $OpenBSD: pf.conf.5,v 1.477 2010/08/20 13:01:43 henning 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: May 19 2010 $
+.Dd $Mdocdate: August 20 2010 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -434,7 +434,7 @@ The implicit
rule that is used when a packet does not match any rules does not
allow IP options.
.Pp
-.It Ar divert-packet Aq Ar port
+.It Ar divert-packet Ar port Aq Ar port
Used to send matching packets to
.Xr divert 4
sockets bound to port
@@ -2631,7 +2631,7 @@ filteropt = user | group | flags | icmp-type | icmp6-type |
( "no" | "keep" | "modulate" | "synproxy" ) "state"
[ "(" state-opts ")" ] | "scrub" "(" scrubopts ")" |
"fragment" | "allow-opts" |
- "divert-packet" port | "divert-reply" |
+ "divert-packet" "port" port | "divert-reply" |
"divert-to" host "port" port |
"label" string | "tag" string | [ ! ] "tagged" string |
"queue" ( string | "(" string [ [ "," ] string ] ")" ) |