summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2015-06-25 09:25:09 +0000
committermpi <mpi@openbsd.org>2015-06-25 09:25:09 +0000
commita75a244000f0a0744a6888889dbc1803d3cb89ed (patch)
treeea9574c6b6c6342e4ba4e4c844c886df55ad3fcf
parentNo more NBRIDGE in the Ethernet layer. Fewer layer violation, say yeah! (diff)
downloadwireguard-openbsd-a75a244000f0a0744a6888889dbc1803d3cb89ed.tar.xz
wireguard-openbsd-a75a244000f0a0744a6888889dbc1803d3cb89ed.zip
PACKET_TAG_BRIDGE is gone.
-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