netfilter: restore POST_ROUTING hook in NF_HOOK_COND
authorPatrick McHardy <kaber@trash.net>
Fri, 19 Feb 2010 07:03:28 +0000 (08:03 +0100)
committerPatrick McHardy <kaber@trash.net>
Fri, 19 Feb 2010 07:03:28 +0000 (08:03 +0100)
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 <shemminger@vyatta.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found