]> git.ipfire.org Git - thirdparty/nftables.git/commit
json: return error if table does not exist
authorFlorian Westphal <fw@strlen.de>
Thu, 27 Mar 2025 08:07:52 +0000 (09:07 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 13 Aug 2025 16:15:40 +0000 (18:15 +0200)
commita66f608222f2b81100265bc10014c69bc633b140
tree7c33b409296eb8d969470f8de4d7886aa1f2758c
parent9dc9b2a5c50cc73b05cb83a3128fd8037e0ffe80
json: return error if table does not exist

commit 2200a105d4befc15b0cfa6cc24282e493888dc82 upstream.

Identical bug and thus same fix as
853d3a2d3cbd ("rule: return error if table does not exist"),
but this time for json.

Signed-off-by: Florian Westphal <fw@strlen.de>
src/json.c