Re: [PATCH] bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queries

From: Linus LÃssing
Date: Sun Nov 02 2014 - 10:45:19 EST


On Mon, Sep 22, 2014 at 01:32:44AM +0200, Linus LÃssing wrote:
> Ebtables on the OUTPUT chain (NF_BR_LOCAL_OUT) would not work as expected
> for both locally generated IGMP and MLD queries. The IP header specific
> filter options are off by 14 Bytes for netfilter (actual output on
> interfaces is fine).
>
> NF_HOOK()âexpects the skb->data to point to the IP header, not the
> ethernet one (while dev_queue_xmit()âdoes not). Luckily there is an
> br_dev_queue_push_xmit() helper function already - let's just use that.

bump
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/