diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2008-02-01 07:26:42 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2008-02-01 07:26:42 +0000 |
commit | cbc7f7cd055fa851fd06720c04908577d7555f1b (patch) | |
tree | 64c51f45bc4aa80d783d0b1439580b217906c6e8 /share/man | |
parent | 551c92dcacf14971fd40e5727286916ef3e335d6 (diff) |
Document the ability to use filteropts on anchors.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 0511f845272..761f318ea9a 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.390 2007/11/21 03:58:46 ray Exp $ +.\" $OpenBSD: pf.conf.5,v 1.391 2008/02/01 07:26:41 mcbride 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: November 21 2007 $ +.Dd $Mdocdate: February 1 2008 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2462,10 +2462,8 @@ into the anchor. .Pp Optionally, .Ar anchor -rules can specify the parameter's -direction, interface, address family, protocol and source/destination -address/port -using the same syntax as filter rules. +rules can specify packet filtering parameters using the same syntax as +filter rules. When parameters are used, the .Ar anchor rule is only evaluated for matching packets. @@ -2842,7 +2840,7 @@ queue-rule = "queue" string [ "on" interface-name ] queueopts-list subqueue anchor-rule = "anchor" [ string ] [ ( "in" | "out" ) ] [ "on" ifspec ] - [ af ] [ protospec ] [ hosts ] [ "{" ] + [ af ] [ protospec ] [ hosts ] [ filteropt-list ] [ "{" ] anchor-close = "}" |