commit | 65038428b2c6c5be79d3f78a6b79c0cdc3a58a41 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Mar 17 14:13:46 2020 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Mar 19 11:37:31 2020 +0100 |
tree | c649c9b64ecaf1305beee75f1d5b904c558120f6 | |
parent | 0c2a85edd143162b3a698f31e94bf8cdc041da87 [diff] |
netfilter: nf_tables: allow to specify stateful expression in set definition This patch allows users to specify the stateful expression for the elements in this set via NFTA_SET_EXPR. This new feature allows you to turn on counters for all of the elements in this set. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>