diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-01 15:17:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-01 15:17:42 +0000 |
commit | c4f9dec6c48e406f00f94f7b15b97a1240963830 (patch) | |
tree | 7a7a2f7359b6a9b73fefcdf848b9c93368f40ae5 /share/man/man5 | |
parent | 027201f03d924a9342ca2b01cc3a6701dc8764a1 (diff) |
update the "tagged" line; ok dhartmei
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/pf.conf.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 192b4d646c1..e4802787642 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.344 2006/05/01 12:24:32 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.345 2006/05/01 15:17:41 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1603,7 +1603,10 @@ or .Ar binat rules in addition to filter rules. Tags take the same macros as labels (see above). -.It Ar tagged Aq Ar string +.It Xo Ar tagged Aq Ar string +.No \*(Ba { Ao Ar string Ac , +.Ao Ar string Ac } +.Xc Used with filter or translation rules to specify that packets must already be tagged with any of the given tags in order to match the rule. If only one tag is given, inverse tag matching can also be done |