diff options
author | 2014-07-10 03:48:25 +0000 | |
---|---|---|
committer | 2014-07-10 03:48:25 +0000 | |
commit | 552997c8397e1a2cc6043d0366cdc6433a5c6b87 (patch) | |
tree | 258e613ed7a314f4f49fa362c486fa7830a49aab | |
parent | Simplify the way divert(4) sends packets to userspace: Instead of (diff) | |
download | wireguard-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.9 | 7 |
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 |