diff options
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 |
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 |