diff options
author | 2003-05-17 07:50:46 +0000 | |
---|---|---|
committer | 2003-05-17 07:50:46 +0000 | |
commit | 3860181a33f4f9723b679e053c179639daf8400c (patch) | |
tree | e96127129305c5991d62e6e0d2047222718fe269 | |
parent | HORRID_III_HACK disables D$ and I$, and with this, the ramdisk (diff) | |
download | wireguard-openbsd-3860181a33f4f9723b679e053c179639daf8400c.tar.xz wireguard-openbsd-3860181a33f4f9723b679e053c179639daf8400c.zip |
tweak; 10x jmc
-rw-r--r-- | share/man/man5/pf.conf.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 1f3e273ddfd..1ac1b97bd55 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.245 2003/05/17 07:10:34 david Exp $ +.\" $OpenBSD: pf.conf.5,v 1.246 2003/05/17 07:50:46 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1358,10 +1358,11 @@ For example: pass in proto tcp to port 25 queue mail pass in proto tcp to port 22 queue(ssh_bulk, ssh_prio) .Ed -.It Ar tag <string> +.It Ar tag <string> A tag will be assigned to packets matching this rule. -This tag can be later used to filter packets with that tag, -even on another interface. +Subsequent rules can match on that tag using the +.Ar tagged +keyword, even on another interface. The tag is set on every matching rule, not just the last one. There is one tag per packet, subsequent matches replace it. .It Ar tagged <string> |