Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107036748
D31871.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
508 B
Referenced Files
None
Subscribers
None
D31871.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D31871: Fix 802.1ad handling bug in input processing of ethernet frames.
Attached
Detach File
Event Timeline
Log In to Comment