diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2008-05-07 07:32:38 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2008-05-07 07:32:38 +0000 |
commit | c7f258390cd40aa865774cf5820322f4aa470a24 (patch) | |
tree | 85a4ba22f3c8aa74e4d24d0d44bde5ca7b40e544 | |
parent | 4e255224e7d72d76566db678565a58232ef4a98e (diff) |
scrub allows tagged, too
-rw-r--r-- | share/man/man5/pf.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 8517afacc11..ff036aa78bf 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.395 2008/05/07 06:23:30 markus Exp $ +.\" $OpenBSD: pf.conf.5,v 1.396 2008/05/07 07:32:37 markus Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1821,7 +1821,8 @@ or rules in addition to filter rules. Tags take the same macros as labels (see above). .It Ar tagged Aq Ar string -Used with filter or translation rules to specify that packets must already +Used with filter, translation or scrub rules +to specify that packets must already be tagged with the given tag in order to match the rule. Inverse tag matching can also be done by specifying the |