Date: Sat, 15 Jun 2002 19:40:06 +0200 From: "Sebastien Petit" <spe@selectbourse.net> To: <freebsd-net@freebsd.org> Subject: Re: Problem using ng_ether Message-ID: <001f01c21493$b0612620$010110ac@SPEWIN>
next in thread | raw e-mail | index | archive | help
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. -- spe@selectbourse.net > > 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 majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001f01c21493$b0612620$010110ac>