]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nft_set_hash: skip fixed hash if timeout is specified
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 5 Mar 2018 15:07:38 +0000 (16:07 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 6 Mar 2018 11:23:33 +0000 (12:23 +0100)
commit565d0c5631be5ba16c1cc19877e47487f855f8a6
tree59ca50f5f8df73d9a0f7c82339ca5d1287ad632d
parent07c7566142da6fccc6d000f484ef56ae453ec2ab
netfilter: nft_set_hash: skip fixed hash if timeout is specified

Fixed hash supports to timeouts, so skip it. Otherwise, userspace hits
EOPNOTSUPP.

Fixes: 466ebc998827 ("netfilter: nft_set_hash: add non-resizable hashtable implementation")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_set_hash.c