From: Changli Gao Date: Thu, 20 Jan 2011 14:49:52 +0000 (+0100) Subject: netfilter: nf_nat: place conntrack in source hash after SNAT is done X-Git-Tag: v2.6.39-rc1~468^2~508 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a7cab6d329039d614ca5f0f87aff2dfd90637c;p=pandora-kernel.git netfilter: nf_nat: place conntrack in source hash after SNAT is done If SNAT isn't done, the wrong info maybe got by the other cts. As the filter table is after DNAT table, the packets dropped in filter table also bother bysource hash table. Signed-off-by: Changli Gao Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed