summaryrefslogtreecommitdiff
path: root/staging/cli_eth.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+269
option value='2'>stat only
authorPablo Neira Ayuso <pablo@netfilter.org>2017-02-10 19:59:36 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-02-12 14:45:14 +0100
commit7286ff7fde9f963736c7e575572899d8e16b06b7 (patch)
tree19ac5d52d9197425b45840146028f91e8f03b2c5
parentfc52497eb9dd031de9d17af54ac8f4078663a9f5 (diff)
netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selection
Check for NFT_SET_OBJECT feature flag, otherwise we may end up selecting the wrong set backend. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat
-rw-r--r--net/netfilter/nf_tables_api.c3
-rw-r--r--net/netfilter/nft_set_hash.c2
-rw-r--r--net/netfilter/nft_set_rbtree.c2
3 files changed, 4 insertions, 3 deletions
diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c