Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151029286
D9573.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
502 B
Referenced Files
None
Subscribers
None
D9573.id.diff
View Options
Index: head/sys/dev/virtio/network/if_vtnet.c
===================================================================
--- head/sys/dev/virtio/network/if_vtnet.c
+++ head/sys/dev/virtio/network/if_vtnet.c
@@ -3473,6 +3473,7 @@
sc->vtnet_vlan_filter[idx] &= ~(1 << bit);
if (ifp->if_capenable & IFCAP_VLAN_HWFILTER &&
+ ifp->if_drv_flags & IFF_DRV_RUNNING &&
vtnet_exec_vlan_filter(sc, add, tag) != 0) {
device_printf(sc->vtnet_dev,
"cannot %s VLAN %d %s the host filter table\n",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 1:21 PM (12 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30972355
Default Alt Text
D9573.id.diff (502 B)
Attached To
Mode
D9573: vtnet: don't update VLAN filter when parent is not running.
Attached
Detach File
Event Timeline
Log In to Comment