From: Fernando Fernandez Mancera Date: Thu, 18 Jul 2019 09:41:14 +0000 (+0200) Subject: include: json: add missing synproxy stmt print stub X-Git-Tag: v0.9.2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b20c663e963853fa304acb2e9c30d39ca1426e;p=thirdparty%2Fnftables.git include: json: add missing synproxy stmt print stub statement.c:930:11: error: ‘synproxy_stmt_json’ undeclared here (not in a function); did you mean ‘tproxy_stmt_json’? .json = synproxy_stmt_json, ^~~~~~~~~~~~~~~~~~ tproxy_stmt_json Fixes: 1188a69604c3 ("src: introduce SYNPROXY matching") Signed-off-by: Fernando Fernandez Mancera Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/json.h b/include/json.h index ce57c9f7f..7f2df7c82 100644 --- a/include/json.h +++ b/include/json.h @@ -180,6 +180,7 @@ STMT_PRINT_STUB(queue) STMT_PRINT_STUB(verdict) STMT_PRINT_STUB(connlimit) STMT_PRINT_STUB(tproxy) +STMT_PRINT_STUB(synproxy) #undef STMT_PRINT_STUB #undef EXPR_PRINT_STUB