Page MenuHomeFreeBSD

D31871.diff
No OneTemporary

D31871.diff

Index: sys/net/if_ethersubr.c
===================================================================
--- sys/net/if_ethersubr.c
+++ sys/net/if_ethersubr.c
@@ -627,8 +627,7 @@
* to allow 802.1P priority frames to be passed to the main input
* path correctly.
*/
- if ((m->m_flags & M_VLANTAG) == 0 &&
- ((etype == ETHERTYPE_VLAN) || (etype == ETHERTYPE_QINQ))) {
+ if ((m->m_flags & M_VLANTAG) == 0 && etype == ETHERTYPE_VLAN) {
struct ether_vlan_header *evl;
if (m->m_len < sizeof(*evl) &&

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 10, 8:04 AM (13 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15740930
Default Alt Text
D31871.diff (508 B)

Event Timeline