commit | 7b225d0b5c6dda5fefab578175f210c6fc7e389a | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Jan 22 00:17:52 2020 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jan 27 08:54:30 2020 +0100 |
tree | a6d785a0fbfc1c331325a8600b25c490ef692381 | |
parent | 20a1452c35425b2cef76f21f8395ef069dfddfa9 [diff] |
netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attribute Add NFTA_SET_ELEM_KEY_END attribute to convey the closing element of the interval between kernel and userspace. This patch also adds the NFT_SET_EXT_KEY_END extension to store the closing element value in this interval. v4: No changes v3: New patch [sbrivio: refactor error paths and labels; add corresponding nft_set_ext_type for new key; rebase] Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>