From: Jan Engelhardt Date: Wed, 9 Apr 2008 22:14:58 +0000 (-0700) Subject: [NETFILTER]: nf_nat: autoload IPv4 connection tracking X-Git-Tag: v2.6.25-rc9~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=475959d4773e53a2700e523dd30acebbd47556a5;p=pandora-kernel.git [NETFILTER]: nf_nat: autoload IPv4 connection tracking Without this patch, the generic L3 tracker would kick in if nf_conntrack_ipv4 was not loaded before nf_nat, which would lead to translation problems with ICMP errors. NAT does not make sense without IPv4 connection tracking anyway, so just add a call to need_ipv4_conntrack(). Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed