diff options
author | ru <ru@FreeBSD.org> | 2006-09-22 19:50:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-22 19:50:04 +0000 |
commit | a9f52fafeca473e981ed60c511519e67fa6cc765 (patch) | |
tree | f50150843c3c31a6542707a5f8ac62ea27e84afc | |
parent | b4df5c3aa1faa663d51ff8369977d7ea2e139dd2 (diff) | |
download | FreeBSD-src-a9f52fafeca473e981ed60c511519e67fa6cc765.zip FreeBSD-src-a9f52fafeca473e981ed60c511519e67fa6cc765.tar.gz |
Update a comment about M_VLANTAG.
-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. |