Re: [PATCH] Fix checksum bug for multicast/broadcast packets on postrouting hook
From: Mika Penttilä <hidden>
Date: 2004-02-16 06:43:46
From: Mika Penttilä <hidden>
Date: 2004-02-16 06:43:46
James Morris wrote:
On Sun, 15 Feb 2004, Mika Penttilä wrote:quoted
ah, sorry, I see your point now. Maybe this copy should be in skb_checksum_help() ?No, it's not needed by all callers, and is just a does-one-thing helper function. - James
It is needed for cloned skbs, so check for this should go in skb_checksum_help(). --Mika