Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167202422
D9573.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.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
Thu, Aug 20, 9:58 PM (9 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37010243
Default Alt Text
D9573.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