Hi! This small series adds support for JSON output for prio and RED qdiscs.
Jakub Kicinski (2): tc: red: JSON-ify RED output tc: prio: JSON-ify prio output include/json_print.h | 1 + lib/json_print.c | 1 + lib/json_writer.c | 4 ---- tc/q_prio.c | 12 ++++++++---- tc/q_red.c | 41 ++++++++++++++++++++++++++--------------- 5 files changed, 36 insertions(+), 23 deletions(-) -- 2.15.1