commit | ea2d9b41bd418894d1ee25de1642c3325d71c397 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Thu Apr 15 12:14:51 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Thu Apr 15 12:14:51 2010 +0200 |
tree | e8187786c8d83123da104476fc0eb7132ec29045 | |
parent | 9c6eb28aca52d562f3ffbaebaa56385df9972a43 [diff] |
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 <bdschuym@pandora.be> Signed-off-by: Patrick McHardy <kaber@trash.net>