diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-13 21:32:27 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-13 21:32:27 +0000 |
commit | 80b0150c5a98e98918c7c24a152a2665293cf92b (patch) | |
tree | 826937b87bf14bfbeeb87455e0f0a7c2657de5c5 | |
parent | 9e1e128699d3e7ab600378c07a87f331f6ab7972 (diff) |
PACKET_TAG_PF_TAG
-rw-r--r-- | share/man/man9/mbuf_tags.9 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9 index f4429e9107e..3258dc6d875 100644 --- a/share/man/man9/mbuf_tags.9 +++ b/share/man/man9/mbuf_tags.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf_tags.9,v 1.15 2003/05/10 22:38:27 henning Exp $ +.\" $OpenBSD: mbuf_tags.9,v 1.16 2003/05/13 21:32:26 henning Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -189,6 +189,10 @@ Used by .Xr pf 4 for queueing. The tag contains the ID of the queue this packet should go to. +.It PACKET_TAG_PF_TAG +Used by +.Xr pf 4 +to tag packets and filtering on those later on. .El .Pp .Fn m_tag_free |