Hi Florian, On Mon, Feb 06, 2012 at 01:23:10PM +0100, Florian Westphal wrote: > When trying to nf_queue GRO/GSO skbs, nf_queue uses skb_gso_segment > to split the skb. > > However, if nf_queue is called via bridge netfilter, the mac header > won't be preserved -- packets will thus contain a bogus mac header. > > Fix this by setting skb->data to the mac header when skb->nf_bridge > is set and restoring skb->data afterwards for all segments. Better fix skb_gso_segment to handle this case? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html