diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-11-06 14:38:04 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-11-06 14:38:04 +0000 |
commit | 68be7736a35d3972899481a6c2e593a5ee8eb7f5 (patch) | |
tree | 3e00b370cbbc05246fe65238c2a4577bf1abd21d /share/man | |
parent | 1edd7aaee9de746749487c9536f0356dc1a6f3fd (diff) |
document that label macros can now be used in tags as well
with help from and ok jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/pf.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 01f25cc914a..b07308275e5 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.275 2003/10/30 19:08:07 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.276 2003/11/06 14:38:03 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1428,6 +1428,7 @@ Packet tagging can be done during or .Ar binat rules in addition to filter rules. +Tags take the same macros as labels (see above). .It Ar tagged <string> Used with filter rules to specify that packets must already be tagged with the given tag in order to match the rule. |