Update a comment about M_VLANTAG.

This commit is contained in:
Ruslan Ermilov 2006-09-22 19:50:04 +00:00
parent 6843acf8ac
commit 43e5f4b8cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162560

View file

@ -180,7 +180,7 @@ struct mbuf {
#define M_FRAG 0x0800 /* packet is a fragment of a larger packet */
#define M_FIRSTFRAG 0x1000 /* packet is first fragment */
#define M_LASTFRAG 0x2000 /* packet is last fragment */
#define M_VLANTAG 0x10000 /* packet has VLAN tag attached */
#define M_VLANTAG 0x10000 /* ether_vtag is valid */
/*
* External buffer types: identify ext_buf type.