summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-06-04 16:55:04 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-06-04 16:57:11 +0200
commitcb509f5f37bdc77d4d78a4ad95b7531270de6f72 (patch)
tree4e50b5ab32857cff72d3fe31f057184155e8e6fd /include
parentd1a7b9e19fe655c350b6d85a687c7d09e29f58c7 (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/json.h1
1 files changed, 1 insertions, 0 deletions
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)