diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-07-04 21:56:58 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2001-07-04 21:56:58 +0000 |
commit | de87c8f02f09fab7b7c30273bfb8f834c69feb5f (patch) | |
tree | 0aa65202b7a06df14d654f29b72a5613cc713dd5 /share | |
parent | 3f59902f1990e8673312ef4c197eccd2b42f367b (diff) |
document PACKET_TAG_PF_GENERATED; ok angelos@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf_tags.9 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9 index f1b2757bbd0..af704a028fb 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.7 2001/06/27 08:38:57 aaron Exp $ +.\" $OpenBSD: mbuf_tags.9,v 1.8 2001/07/04 21:56:57 dhartmei Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -165,6 +165,11 @@ the packet. Used by network cards that can compute complete packet checksums to pass that information to higher-level protocols. The tag contains the 2 byte checksum of the packet. +.It PACKET_TAG_PF_GENERATED +Used to mark packets generated by the packet filter +.Xr pf 4 . +Packets with this tag are not tested by pf but passed unconditionally. +Contains no data. .El .Pp .Fn m_tag_free @@ -265,6 +270,7 @@ The tag-manipulating code is contained in the file .Xr gif 4 , .Xr gre 4 , .Xr ipsec 4 , +.Xr pf 4 , .Xr malloc 9 .Sh HISTORY The packet tags first appeared in |