From a0f624933bdaa978c1014fe777e54654ef8c6043 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Sun, 15 Sep 2002 19:30:55 +0000 Subject: don't forget to mention options in the always famous "Rules must be in order" --- share/man/man5/pf.conf.5 | 4 ++-- 1 file 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 -- cgit v1.2.3