Page MenuHomeFreeBSD

D40046.id121836.diff
No OneTemporary

D40046.id121836.diff

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

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)

Event Timeline