diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-06-25 09:25:10 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-06-25 09:25:10 +0000 |
commit | 4449aeca8ba1c21b42111757d7b79c80ce30d58b (patch) | |
tree | 5a71ed27ac5e6f6c137ea108f7aaec815a1232b9 /share | |
parent | 38401ee52a7369f748600c6d693cd70e93c82680 (diff) |
PACKET_TAG_BRIDGE is gone.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf_tags.9 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9 index 274d9e57d4e..fcd44797b2f 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.35 2015/05/23 12:57:09 markus Exp $ +.\" $OpenBSD: mbuf_tags.9,v 1.36 2015/06/25 09:25:09 mpi Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -15,7 +15,7 @@ .\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR .\" PURPOSE. .\" -.Dd $Mdocdate: May 23 2015 $ +.Dd $Mdocdate: June 25 2015 $ .Dt MBUF_TAGS 9 .Os .Sh NAME @@ -113,12 +113,6 @@ The tag contains a identifying the security association applied to the packet. This tag is primarily used to detect and avoid loops in IPsec processing on output. -.It PACKET_TAG_BRIDGE -Used by the -.Xr bridge 4 -code to detect loops in bridge processing. -The tag contains a pointer to the bridge interface that already -forwarded the frame. .It PACKET_TAG_GIF Used by the .Xr gif 4 |