From cb509f5f37bdc77d4d78a4ad95b7531270de6f72 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 4 Jun 2021 16:55:04 +0200 Subject: json: missing catchall expression stub with ./configure --without-json set_elem_catchall_expr_json undeclared here (not in a function); did you mean 'set_elem_catchall_expr_ops'? 1344 | .json = set_elem_catchall_expr_json, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | set_elem_catchall_expr_ops https://bugzilla.netfilter.org/show_bug.cgi?id=1542 Fixes: 5c2c6b092860 json: catchall element support Signed-off-by: Pablo Neira Ayuso --- include/json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/json.h') diff --git a/include/json.h b/include/json.h index 015e3ac7..3db9f278 100644 --- a/include/json.h +++ b/include/json.h @@ -147,6 +147,7 @@ EXPR_PRINT_STUB(map_expr) EXPR_PRINT_STUB(exthdr_expr) EXPR_PRINT_STUB(verdict_expr) EXPR_PRINT_STUB(rt_expr) +EXPR_PRINT_STUB(set_elem_catchall_expr) EXPR_PRINT_STUB(numgen_expr) EXPR_PRINT_STUB(hash_expr) EXPR_PRINT_STUB(fib_expr) -- cgit v1.2.3