On Fri, Jul 07, 2006 at 10:06:08PM +0200, Patrick McHardy wrote:
> 
> Are you refering to this code in ip_nat_fn()?
> 
>         /* If we had a hardware checksum before, it's now invalid */
>         if ((*pskb)->ip_summed == CHECKSUM_HW)
>                 if (skb_checksum_help(*pskb, (out == NULL)))
>                         return NF_DROP;

Yep that's the one.

> Doing incremental updates should work fine. This is something
> I wanted to take care of at some point, but didn't get to it
> yet.

No worries.  I'm going to do a workaround to fix the checksums in
GSO for now.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to