From: Patrick McHardy Date: Tue, 9 Jan 2007 22:33:49 +0000 (-0800) Subject: [NETFILTER]: nf_nat: fix hanging connections when loading the NAT module X-Git-Tag: v2.6.20-rc5~29^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffed53d25bf36efb0571f7d9109f2e95df7f8b33;p=pandora-kernel.git [NETFILTER]: nf_nat: fix hanging connections when loading the NAT module When loading the NAT module, existing connection tracking entries don't have room for NAT information allocated and packets are dropped, causing hanging connections. They really should be entered into the NAT table as NULL mappings, but the current allocation scheme doesn't allow this. For now simply accept those packets to avoid the hanging connections. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed