Patrick McHardy wrote: > Both are fine with me. Does this patch look correct to you? > > + if (!nf_bridge->mask & (BRNF_BRIDGED | BRNF_BRIDGED_DNAT)) I think it needs more parentheses: if (!(nf_bridge->mask & (BRNF_BRIDGED | BRNF_BRIDGED_DNAT))) - 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