Module Name: src Committed By: christos Date: Thu Dec 5 15:55:35 UTC 2013
Modified Files: src/sys/net: bpf.c Log Message: It is silly to kill the system when an interface failed to clear promiscuous mode. Some return EINVAL when they are dying, but others like USB return EIO. Downgrade to a DIAGNOSTIC printf. Same should be done for the malloc/NOWAIT, but this is rarely hit. To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/sys/net/bpf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.