Version 2 of the patch passes tests/monitor by fixing newline formatting issues that were introduced in v1. Newline output inside monitor.c netlink callbacks functions are now checked per type, nftables or json. nftables always outputs a newline when finishing a netlink_event callback inside monitor.c json on the other hand only outputs a newline when we no echo output flag has been provided (this is, nft running in monitor mode, not using a mock monitor like the --echo and --json case) Jose M. Guisado Gomez (1): src: enable output with "nft --echo --json" and nftables syntax include/nftables.h | 1 + src/json.c | 13 ++++++++++--- src/monitor.c | 36 ++++++++++++++++++++++++++++-------- src/parser_json.c | 12 ++++++++---- 4 files changed, 47 insertions(+), 15 deletions(-) -- 2.28.0