commit | da9125df854ea48a6240c66e8a67be06e2c12c03 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Aug 20 14:12:55 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Aug 21 19:00:33 2020 +0200 |
tree | 987f53f648bff4370e5525d65e50c2ec807fbf92 | |
parent | 6f03bf43ee05b31d3822def2a80f11b3591c55b3 [diff] |
netfilter: nf_tables: incorrect enum nft_list_attributes definition This should be NFTA_LIST_UNSPEC instead of NFTA_LIST_UNPEC, all other similar attribute definitions are postfixed with _UNSPEC. Fixes: 96518518cc41 ("netfilter: add nftables") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>