From: Eric Leblond Date: Wed, 18 Feb 2009 14:29:23 +0000 (+0100) Subject: netfilter: nfnetlink_log: fix per-rule qthreshold override X-Git-Tag: v2.6.29-rc7~13^2~20^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ca431f9ae8db8c6edb9c64bebe6d6521077afd6;p=pandora-kernel.git netfilter: nfnetlink_log: fix per-rule qthreshold override In NFLOG the per-rule qthreshold should overrides per-instance only it is set. With current code, the per-rule qthreshold is 1 if not set and it overrides the per-instance qthreshold. This patch modifies the default xt_NFLOG threshold from 1 to 0. Thus a value of 0 means there is no per-rule setting and the instance parameter has to apply. Signed-off-by: Eric Leblond Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed