Op wo, 07-11-2007 te 12:55 +0100, schreef Patrick McHardy: > Could you check the attached patch? Looks ok to me. > > Another solution I think is this: > > in br_nf_post_routing(): > > change > > if (!nf_bridge) > > to > > if (!nf_bridge || !(nf_bridge->mask & BRNF_BRIDGED_DNAT)) > > Wouldn't that break the regular case of packets forwarded > through a single bridge? Hmm, yes, we'd need to or it with BRNF_BRIDGED. I personally prefer something like that, leaving the call to nf_bridge_put when the skbuff is removed. But it's your call :) cheers, Bart - 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