commit | e569bdab35fd0d31cecb6b072e95af1834991f9d | [log] [tgz] |
---|---|---|
author | Eric Leblond <eric@regit.org> | Sat Nov 30 11:56:17 2013 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Dec 07 23:20:44 2013 +0100 |
tree | 7d1453847d99dd321fae66a5d80443010b43454e | |
parent | cfce0a2b61d0658d40bc2af2dca28a817804e17a [diff] |
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>