commit | 6f03bf43ee05b31d3822def2a80f11b3591c55b3 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Aug 20 14:12:54 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Aug 21 19:00:14 2020 +0200 |
tree | c241a011e256f28d022f960143a9f3a348840a48 | |
parent | 0726763043dc10dd4c12481f050b1a5ef8f15410 [diff] |
netfilter: nf_tables: add NFTA_SET_USERDATA if not null Kernel sends an empty NFTA_SET_USERDATA attribute with no value if userspace adds a set with no NFTA_SET_USERDATA attribute. Fixes: e6d8ecac9e68 ("netfilter: nf_tables: Add new attributes into nft_set to store user data.") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>