From: Dmitry Mishin Date: Tue, 5 Dec 2006 21:44:07 +0000 (-0800) Subject: [NETFILTER]: Fix iptables compat hook validation X-Git-Tag: v2.6.20-rc1~145^2^2~7^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6677f4312ee74f8ca68c4cc4060465607b72b41;p=pandora-kernel.git [NETFILTER]: Fix iptables compat hook validation In compat mode, matches and targets valid hooks checks always successful due to not initialized e->comefrom field yet. This patch separates this checks from translation code and moves them after mark_source_chains() call, where these marks are initialized. Signed-off-by: Dmitry Mishin Signed-off-by; Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed