summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-09-15 19:30:55 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-09-15 19:30:55 +0000
commita0f624933bdaa978c1014fe777e54654ef8c6043 (patch)
tree4cd9736d5129e57a0df98d34598534dbc872c0fe /share/man/man5
parent41698581702170a46fdd0a95e7291e6e86ecd8c7 (diff)
don't forget to mention options in the always famous "Rules must be in order"
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/pf.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 3770f33c9a1..e9a72a2fc28 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.82 2002/09/12 13:47:20 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.83 2002/09/15 19:30:54 henning 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: scrub, nat, filter.
+Rules must be in order: options, scrub, nat, filter.
.Sh FILTER RULES
While filter rules are typically manipulated using
.Xr pfctl 8