git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cda47d
)
netfilter: nf_nat: place conntrack in source hash after SNAT is done
author
Changli Gao
<xiaosuo@gmail.com>
Thu, 20 Jan 2011 14:49:52 +0000
(15:49 +0100)
committer
Patrick 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
patch
|
blob
|
history
diff --cc
net/ipv4/netfilter/nf_nat_core.c
Simple merge