summaryrefslogtreecommitdiffstats
path: root/sys/net/if_dead.c
Commit message (Collapse)AuthorAgeFilesLines
* During if_detach(), invoke if_dead() to set the ifnet's functionrwatson2009-04-231-0/+114
pointers to "dead" implementations that no-op rather than invoking the device driver. This would generally be unexpected and possibly quite badly handled by most device drivers after if_detach() has completed. Reviewed by: bms MFC after: 3 weeks
OpenPOWER on IntegriCloud