From: Eric Leblond Date: Sat, 30 Nov 2013 10:56:17 +0000 (+0100) Subject: netfilter: nf_tables: fix issue with verdict support X-Git-Tag: v3.14-rc1~94^2~278^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e569bdab35fd0d31cecb6b072e95af1834991f9d;p=pandora-kernel.git netfilter: nf_tables: fix issue with verdict support The test on verdict was simply done on the value of the verdict which is not correct as far as queue is concern. In fact, the test of verdict test must be done with respect to the verdict mask for verdicts which are not internal to nftables. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed