CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/13 02:51:15
Modified files:
sys/net : bpf.c
Log message:
Some USB network interfaces like rum(4) report ENXIO from their
ioctl function after the device has been pulled out. Also accept
this error code in bpf_detachd() to prevent a kernel panic. tcpdump(8)
may run while the interface is detached.
from Moritz Buhl; OK stsp@
