diff options
-rw-r--r-- | sys/sys/mbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 28480fc..834cf98 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -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. |