summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPhilipp Buehler <pb@cvs.openbsd.org>2002-11-24 17:41:54 +0000
committerPhilipp Buehler <pb@cvs.openbsd.org>2002-11-24 17:41:54 +0000
commit35d17a7eb73cbe389536ce57090fc7f9f75e7541 (patch)
treebb1792affd82f120dd979e77c86a3f34e1fb00a9 /share
parentedabbbebbcfe74f4bfe3d159c7bc456cc2243f75 (diff)
reflect new ordering requirements (..nat, queue, filter)
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/pf.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index a4a640dd03d..a9d64bf14c8 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.114 2002/11/24 17:27:49 pb Exp $
+.\" $OpenBSD: pf.conf.5,v 1.115 2002/11/24 17:41:53 pb Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -49,7 +49,7 @@ For each packet inspected by the translator, the set of rules is evaluated
from top to bottom, and the first matching rule decides what action is
performed.
In short: filters are last match, nat is first match.
-Rules must be in order: options, scrub, nat, filter.
+Rules must be in order: options, scrub, nat, queue, filter.
.Sh FILTER RULES
While filter rules are typically manipulated using
.Xr pfctl 8
@@ -250,7 +250,7 @@ Example:
.Ss require-order
By default
.Xr pfctl 8
-enforces an ordering of the ruleset to: options, scrub, nat, filter.
+enforces an ordering of the ruleset to: options, scrub, nat, queue, filter.
Setting this option to
.Em no
disables this enforcement.