View | Details | Raw Unified | Return to bug 260667
Collapse All | Expand All

(-)b/sys/dev/virtio/network/if_vtnet.c (+5 lines)
Lines 518-523 vtnet_detach(device_t dev) Link Here
518
	netmap_detach(ifp);
518
	netmap_detach(ifp);
519
#endif
519
#endif
520
520
521
	if (sc->vtnet_pfil != NULL) {
522
		pfil_head_unregister(sc->vtnet_pfil);
523
		sc->vtnet_pfil = NULL;
524
	}
525
521
	vtnet_free_taskqueues(sc);
526
	vtnet_free_taskqueues(sc);
522
527
523
	if (sc->vtnet_vlan_attach != NULL) {
528
	if (sc->vtnet_vlan_attach != NULL) {

Return to bug 260667