Re: [patch iproute2c] devlink: fix json binary printout of arrays

2019-10-10 Thread Jiri Pirko
Wed, Oct 09, 2019 at 10:32:32AM CEST, j...@resnulli.us wrote: >From: Jiri Pirko > >The binary is printed out into json as an array of byte values. >Add missing (removed) start and end array json calls. > >Fixes: f359942a25d3 ("devlink: Remove enclosing array brackets binary print >with json forma

[patch iproute2c] devlink: fix json binary printout of arrays

2019-10-09 Thread Jiri Pirko
From: Jiri Pirko The binary is printed out into json as an array of byte values. Add missing (removed) start and end array json calls. Fixes: f359942a25d3 ("devlink: Remove enclosing array brackets binary print with json format") Signed-off-by: Jiri Pirko --- devlink/devlink.c | 4 1 fil