Instead of: ct count 2 accept ^^ simply print: ct count 2 accept Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- src/statement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statement.c b/src/statement.c index f7f1c0c4d553..7537c07f495c 100644 --- a/src/statement.c +++ b/src/statement.c @@ -201,7 +201,7 @@ struct stmt *meter_stmt_alloc(const struct location *loc) static void connlimit_stmt_print(const struct stmt *stmt, struct output_ctx *octx) { - nft_print(octx, "ct count %s%u ", + nft_print(octx, "ct count %s%u", stmt->connlimit.flags ? "over " : "", stmt->connlimit.count); } -- 2.20.1