Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 03:38:08 -0000
From:      "Max Laier" <max@love2party.net>
To:        <pf4freebsd@freelists.org>
Subject:   [pf4freebsd] IPv6-Problem in with version 0.62 fix available
Message-ID:  <50689.141.3.10.100.1051689774.squirrel@webmail.vampire.homelinux.org>

next in thread | raw e-mail | index | archive | help

Hello,

Pyun identified a problem with IPv6 with the newly introduced
mbuf-tagging-hack. Please get version 0.62a which fixes this issue.

Max

===================================================================

Index: pf.c
===================================================================
RCS file: /cvs/pf_33_freebsd/pf/pf.c,v
retrieving revision 1.7.2.1
retrieving revision 1.9
diff -r1.7.2.1 -r1.9
4725,4729c4725,4734
<                       if (sum == 0) {
<                               m->m_pkthdr.csum_flags |=
<                                   (CSUM_DATA_VALID|CSUM_PSEUDO_HDR);
<                               m->m_pkthdr.csum_data = 0xffff;
<                       }
---
>                       /*
>                        * XXX
>                        * IPv6 H/W cksum off-load not supported yet!
>                        *
>                        * if (sum == 0) {
>                        *      m->m_pkthdr.csum_flags |=
>                        *          (CSUM_DATA_VALID|CSUM_PSEUDO_HDR);
>                        *      m->m_pkthdr.csum_data = 0xffff;
>                        *}
>                        */







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50689.141.3.10.100.1051689774.squirrel>