From: Jiri Pirko <j...@mellanox.com> Fixes: 2704bd625583 ("tc: jsonify actions core") Signed-off-by: Jiri Pirko <j...@mellanox.com> --- tc/m_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tc/m_action.c b/tc/m_action.c index 13f942b..8185819 100644 --- a/tc/m_action.c +++ b/tc/m_action.c @@ -378,7 +378,7 @@ tc_print_action(FILE *f, const struct rtattr *arg, unsigned short tot_acts) } } - close_json_object(); + close_json_array(PRINT_JSON, NULL); return 0; } -- 2.9.5