Re: maybe bug in version 4.1.28

Manuel Kasper <[email protected]> Fri, 4 May 2012 20:00:02 +0200
Newsgroups gmane.comp.security.firewalls.ipfilter
Message-ID <31404_1336154464_4FA4195F_31404_8559_1_78939607-364C-4C57-B88D-C1BB7193F06A@neon1.net>
On 03.05.2012, at 17:36, Fbsd8 wrote:

> Ok I believe you that is the cause of the problem.
> So this is really a bug in ipfilter that needs correction.

Here's a patch for FreeBSD 8.2/8.3 that fixes two different hardware checksumming problems with ipfilter:

http://svn.m0n0.ch/wall/branches/freebsd8/build/patches/kernel/ip_fil_freebsd.c.patch

(it's simply Pyun's patch from <http://www.freebsd.org/cgi/query-pr.cgi?pr=106438> combined with a patch for another HW checksum issue on UDP packets from <http://www.freebsd.org/cgi/query-pr.cgi?pr=166372>)

- Manuel