Apparently, my kernel contains the fix already:
[spe@artik /usr/src/sys/netgraph]$ grep "if_hwassist" ng_ether.c
        priv->hwassist = ifp->if_hwassist;
                priv->ifp->if_hwassist = 0;
                priv->ifp->if_hwassist = priv->hwassist;  /* restore h/w
csum */

So, Why I've problem with checksums ?
I remember that in January, Only IP checksum was affected but now I've a
problem with IP, TCP and UDP checksum. What is wrong ?

Regards,
Sebastien.
--
[EMAIL PROTECTED]

> > I'm using actually FreeBSD-4.5-RELEASE-p5, This kernel doesn't have the
> > patch ?
>
> I don't know, but you can find out pretty easily.  Run this command:
>
>     grep if_hwassist /sys/netgraph/ng_ether.c
>
> If it produces any output, then the file contains the fix already.


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

Reply via email to