summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2014-07-10 03:48:25 +0000
committerlteo <lteo@openbsd.org>2014-07-10 03:48:25 +0000
commit552997c8397e1a2cc6043d0366cdc6433a5c6b87 (patch)
tree258e613ed7a314f4f49fa362c486fa7830a49aab
parentSimplify the way divert(4) sends packets to userspace: Instead of (diff)
downloadwireguard-openbsd-552997c8397e1a2cc6043d0366cdc6433a5c6b87.tar.xz
wireguard-openbsd-552997c8397e1a2cc6043d0366cdc6433a5c6b87.zip
divert-packet no longer uses the PACKET_TAG_PF_DIVERT mbuf tag.
-rw-r--r--share/man/man9/mbuf_tags.97
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man9/mbuf_tags.9 b/share/man/man9/mbuf_tags.9
index cd0204c767d..959fd7f949e 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.32 2013/08/13 09:52:53 mpi Exp $
+.\" $OpenBSD: mbuf_tags.9,v 1.33 2014/07/10 03:48:25 lteo 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: August 13 2013 $
+.Dd $Mdocdate: July 10 2014 $
.Dt MBUF_TAGS 9
.Os
.Sh NAME
@@ -162,8 +162,7 @@ identifying the data link layer type.
.It PACKET_TAG_PF_DIVERT
Indicates that the packet was diverted by
.Xr pf 4
-by using
-.Em divert-packet ,
+using the
.Em divert-to
or
.Em divert-reply