In article
<local.mail.freebsd-net/[EMAIL PROTECTED]> you
write:
>-=-=-=-=-=-
>
>sys/net/if.c and bpf.c have problems with if_detach() and
>bpfdetach() when they are called with a struct ifnet that has not had
>if_attach() and bpfattach() called on it. Null pointer reference ->
>*boom* etc.
I would say that this is to be expected. Why is the system calling
the detach functions on a device that isn't attached in the first place?
--
Jonathan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message