From: Bart De Schuymer Date: Thu, 15 Apr 2010 10:14:51 +0000 (+0200) Subject: netfilter: bridge-netfilter: simplify IP DNAT X-Git-Tag: v2.6.35-rc1~473^2~168^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2d9b41bd418894d1ee25de1642c3325d71c397;p=pandora-kernel.git netfilter: bridge-netfilter: simplify IP DNAT Remove br_netfilter.c::br_nf_local_out(). The function br_nf_local_out() was needed because the PF_BRIDGE::LOCAL_OUT hook could be called when IP DNAT happens on to-be-bridged traffic. The new scheme eliminates this mess. Signed-off-by: Bart De Schuymer Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed