diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-12 10:07:15 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-12 10:07:15 +0000 |
commit | 99c72e5cd99254c79c11b9b9eaadffed9ef9bfb7 (patch) | |
tree | a294017eceae8ea5e333f687e313726188da5c10 /share/man/man9 | |
parent | a7ef133359c667d6c47bbf3b4ad2bdd05ba19416 (diff) |
Prefix flowid with ph_ and print it in m_print().
ok dlg@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index ff70ab9112c..679c25b9f0b 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.92 2015/10/30 21:21:19 benno Exp $ +.\" $OpenBSD: mbuf.9,v 1.93 2015/11/12 10:07:14 mpi Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 30 2015 $ +.Dd $Mdocdate: November 12 2015 $ .Dt MBUF 9 .Os .Sh NAME @@ -124,7 +124,7 @@ struct pkthdr { SLIST_HEAD(packet_tags, m_tag) tags; int len; u_int16_t tagsset; - u_int16_t flowid; + u_int16_t ph_flowid; u_int16_t csum_flags; u_int16_t ether_vtag; u_int ph_rtableid; |