commit | f6677f4312ee74f8ca68c4cc4060465607b72b41 | [log] [tgz] |
---|---|---|
author | Dmitry Mishin <dim@openvz.org> | Tue Dec 05 13:44:07 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Dec 06 18:39:03 2006 -0800 |
tree | 75cdd6d87c4ddbd2ae9080f205da86a76fa0118c | |
parent | 74c9c0c17dea729d6089c0c82762babd02e65f84 [diff] |
[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 <dim@openvz.org> Signed-off-by; Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>