netfilter: nf_nat: place conntrack in source hash after SNAT is done
authorChangli Gao <xiaosuo@gmail.com>
Thu, 20 Jan 2011 14:49:52 +0000 (15:49 +0100)
committerPatrick McHardy <kaber@trash.net>
Thu, 20 Jan 2011 14:49:52 +0000 (15:49 +0100)
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 <xiaosuo@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/nf_nat_core.c

Simple merge