summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2018-08-29 11:37:41 +0200
committerFlorian Westphal <fw@strlen.de>2018-08-29 23:55:02 +0200
commitcd11fe1224af5dba5a04aaadf68ad5ca982177f5 (patch)
treee19bb8695f399fe7be4750fe4e992f274310c05d /include
parentbb594473acd532aee6a268a6b27fd529ac71d4b5 (diff)
src: tproxy: add json support
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include')
-rw-r--r--include/json.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/json.h b/include/json.h
index 78c026a7..e64151de 100644
--- a/include/json.h
+++ b/include/json.h
@@ -76,6 +76,7 @@ json_t *meter_stmt_json(const struct stmt *stmt, struct output_ctx *octx);
json_t *queue_stmt_json(const struct stmt *stmt, struct output_ctx *octx);
json_t *verdict_stmt_json(const struct stmt *stmt, struct output_ctx *octx);
json_t *connlimit_stmt_json(const struct stmt *stmt, struct output_ctx *octx);
+json_t *tproxy_stmt_json(const struct stmt *stmt, struct output_ctx *octx);
int do_command_list_json(struct netlink_ctx *ctx, struct cmd *cmd);
@@ -153,6 +154,7 @@ STMT_PRINT_STUB(meter)
STMT_PRINT_STUB(queue)
STMT_PRINT_STUB(verdict)
STMT_PRINT_STUB(connlimit)
+STMT_PRINT_STUB(tproxy)
#undef STMT_PRINT_STUB
#undef EXPR_PRINT_STUB