Hi Fernando,
On Thu, Jul 18, 2019 at 11:41:14AM +0200, Fernando Fernandez Mancera wrote:
> Fixes: 1188a69604c3 ("src: introduce SYNPROXY matching")
> Signed-off-by: Fernando Fernandez Mancera <[email protected]>
> ---
> include/json.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/json.h b/include/json.h
> index ce57c9f..7f2df7c 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)
I'm sure you need this, but how does this missing line manifests as a
problem?