tc: fix json array closing
Fixes: 2704bd6255 ("tc: jsonify actions core")
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
This commit is contained in:
parent
7827b37603
commit
1876ab0779
|
|
@ -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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue