Bart De Schuymer <bdschuym@xxxxxxxxxx> wrote: > Op 5/03/2012 12:13, Florian Westphal schreef: > > When net.bridge.bridge-nf-filter-vlan-tagged is 0 (default), vlan packets > > arriving should not be sent to ip(6)tables by bridge netfilter. > > > +#define IS_ARP(skb) \ > > + (!vlan_tx_tag_present(skb)&& skb->protocol == htons(ETH_P_ARP)) > > + > > I could nitpick on the lack of a space before the && (it's also in other > places in your patch). Is that intentional? No; but I can't see where this is coming from. The space shows up at the right place here. It also seems to be correct in marc.info archives. Pablo, please yell at me if the patch doesn't work for you. Thanks, Florian -- 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