commit | 98a381a7d4892dd9969d24433a4bca2f45092643 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Oct 12 16:54:30 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Oct 12 16:54:30 2020 +0200 |
tree | 52e9883d92561ebbd6ae73b5f728b05813a88625 | |
parent | 7980d2eabde82be86c5be18aa3d07e88ec13c6a1 [diff] |
netfilter: nftables: extend error reporting for chain updates The initial support for netlink extended ACK is missing the chain update path, which results in misleading error reporting in case of EEXIST. Fixes 36dd1bcc07e5 ("netfilter: nf_tables: initial support for extended ACK reporting") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>