summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2015-06-25 09:25:10 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2015-06-25 09:25:10 +0000
commit4449aeca8ba1c21b42111757d7b79c80ce30d58b (patch)
tree5a71ed27ac5e6f6c137ea108f7aaec815a1232b9 /share
parent38401ee52a7369f748600c6d693cd70e93c82680 (diff)
PACKET_TAG_BRIDGE is gone.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mbuf_tags.910
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