Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144125468
D39499.id120222.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
359 B
Referenced Files
None
Subscribers
None
D39499.id120222.diff
View Options
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -1440,6 +1440,10 @@
if_printf(ife, "unable to prepend 802.1Q header");
return (false);
}
+ if ((*mp)->m_flags & M_VLANTAG) {
+ (*mp)->m_flags &= ~M_VLANTAG;
+ (*mp)->m_pkthdr.ether_vtag = 0;
+ }
}
return (true);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 6, 4:29 AM (7 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28446651
Default Alt Text
D39499.id120222.diff (359 B)
Attached To
Mode
D39499: net: Remove vlan metadata on pcp / vlan encap
Attached
Detach File
Event Timeline
Log In to Comment