From: Pablo Neira Ayuso Date: Thu, 15 May 2014 15:18:26 +0000 (+0200) Subject: netfilter: nf_tables: fix trace of matching non-terminal rule X-Git-Tag: omap-for-v3.16/fixes-against-rc1~146^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b084e99a3fabaeb0f9c65a0806cde30f0b2835e;p=pandora-kernel.git netfilter: nf_tables: fix trace of matching non-terminal rule Add the corresponding trace if we have a full match in a non-terminal rule. Note that the traces will look slightly different than in x_tables since the log message after all expressions have been evaluated (contrary to x_tables, that emits it before the target action). This manifests in two differences in nf_tables wrt. x_tables: 1) The rule that enables the tracing is included in the trace. 2) If the rule emits some log message, that is shown before the trace log message. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed