commit | 4a8678efbec6b0ea46baafb77cd297e6e02da933 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sun Apr 05 14:41:05 2015 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Apr 08 16:58:26 2015 +0200 |
tree | 063e366b74841c5b17af92b18b953889f8f74d64 | |
parent | a1e67951e6c0b11bb11c256f8e1c45ed51fcd760 [diff] |
netfilter: nf_tables: fix set selection when timeouts are requested The NFT_SET_TIMEOUT flag is ignore in nft_select_set_ops, which may lead to selection of a set implementation that doesn't actually support timeouts. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>