commit | 0d3601d2994a4ad9edf0b44f2ea34c68ff494ea5 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Mar 05 16:07:38 2018 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Mar 06 12:23:33 2018 +0100 |
tree | 59ca50f5f8df73d9a0f7c82339ca5d1287ad632d | |
parent | ce380619fab99036f5e745c7a865b21c59f005f6 [diff] |
netfilter: nft_set_hash: skip fixed hash if timeout is specified Fixed hash supports to timeouts, so skip it. Otherwise, userspace hits EOPNOTSUPP. Fixes: 6c03ae210ce3 ("netfilter: nft_set_hash: add non-resizable hashtable implementation") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>