From: Patrick McHardy Date: Fri, 19 Feb 2010 07:03:28 +0000 (+0100) Subject: netfilter: restore POST_ROUTING hook in NF_HOOK_COND X-Git-Tag: v2.6.34-rc1~233^2~126^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bac6b180771f7ef5275b1a6d88e630ca3a3d6f0;p=pandora-kernel.git netfilter: restore POST_ROUTING hook in NF_HOOK_COND Commit 2249065 ("netfilter: get rid of the grossness in netfilter.h") inverted the logic for conditional hook invocation, breaking the POST_ROUTING hook invoked by ip_output(). Correct the logic and remove an unnecessary initialization. Reported-by: Stephen Hemminger Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed