netfilter: nf_tables: fix issue with verdict support
authorEric Leblond <eric@regit.org>
Sat, 30 Nov 2013 10:56:17 +0000 (11:56 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 7 Dec 2013 22:20:44 +0000 (23:20 +0100)
commite569bdab35fd0d31cecb6b072e95af1834991f9d
tree7d1453847d99dd321fae66a5d80443010b43454e
parentcfce0a2b61d0658d40bc2af2dca28a817804e17a
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 <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_core.c