Andrew Gallatin wrote:
> If you're a vendor of a device which inserts MAC mtags and needs
> options MAC, you put this code in your driver:
> 
> if (mbstat.m_mhlen != MHLEN) {
>    printf("Please rebuild your kernel with 'options MAC'\n");
>    goto atach_failed_no_mac;
> }
> 
> I've already got code like this in my driver to check that m_mclbytes
> and m_mlen is what I expect it to be, since people sometimes change
> them.


I think you are still not getting it, but it's not worth arguing
over.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to