[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171213195616.2548-1-jiri@resnulli.us>
Date: Wed, 13 Dec 2017 20:56:16 +0100
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: stephen@...workplumber.org
Subject: [patch iproute2] tc: fix json array closing
From: Jiri Pirko <jiri@...lanox.com>
Fixes: 2704bd625583 ("tc: jsonify actions core")
Signed-off-by: Jiri Pirko <jiri@...lanox.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
Powered by blists - more mailing lists