From: Elison Niven Date: Mon, 15 Oct 2012 00:44:48 +0000 (+0000) Subject: netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targets X-Git-Tag: v3.7-rc3~7^2~32^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939ccba437da1726a5c8a5b702a47d473da927ae;p=pandora-kernel.git netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targets In (c7232c9 netfilter: add protocol independent NAT core), the hooks were accidentally modified: SNAT hooks are POST_ROUTING and LOCAL_IN (before it was LOCAL_OUT). DNAT hooks are PRE_ROUTING and LOCAL_OUT (before it was LOCAL_IN). Signed-off-by: Elison Niven Signed-off-by: Sanket Shah Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed