Philip Craig wrote:
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)))
Yes, I already noticed and fixed that when trying to compile it :)
-
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html