Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107421499
D40046.id121836.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
D40046.id121836.diff
View Options
diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c
--- a/sys/dev/e1000/if_em.c
+++ b/sys/dev/e1000/if_em.c
@@ -3681,8 +3681,10 @@
/*
* A soft reset zero's out the VFTA, so
* we need to repopulate it now.
+ * We also insert VLAN 0 in the filter list, so we pass VLAN 0 tagged
+ * traffic through. This will write the entire table.
*/
- em_if_vlan_filter_write(sc);
+ em_if_vlan_register(ctx, 0);
/* Enable the Filter Table */
em_if_vlan_filter_enable(sc);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 10:40 PM (7 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15801811
Default Alt Text
D40046.id121836.diff (483 B)
Attached To
Mode
D40046: e1000: fix VLAN 0
Attached
Detach File
Event Timeline
Log In to Comment