Date: Wed, 28 Feb 2007 22:05:30 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan_var.h Message-ID: <200702282205.l1SM5UAE075500@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2007-02-28 22:05:30 UTC FreeBSD src repository Modified files: sys/net if_vlan_var.h Log: Prepare for 802.1p: Add macro EVL_APPLY_VLID() which may be used to apply an 802.1q VLAN ID to the M_VLANTAG field in an mbuf packet header non-destructively. This will be used by net80211 to begin with. Add macro EVL_APPLY_PRI() which may be used to apply an 802.1p priority class to the M_VLANTAG field in an mbuf packet header non-destructively. Add other macros for manipulating tags and the CFI bit. Submitted by: Boris Kovalenko (EVL_CFIOFTAG(), EVL_MAKETAG()) Revision Changes Path 1.26 +34 -3 src/sys/net/if_vlan_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702282205.l1SM5UAE075500>