Re: [PATCH iproute2-next 3/3] macsec: support JSON

2018-03-05 Thread Stephen Hemminger
On Mon, 5 Mar 2018 22:58:30 -0800 Stephen Hemminger wrote: > From: Stephen Hemminger > > The JSON support in macsec code was mostly missing and what was > there was broken. This uses new json_print utilities to complete > output. > >

[PATCH iproute2-next 3/3] macsec: support JSON

2018-03-05 Thread Stephen Hemminger
From: Stephen Hemminger The JSON support in macsec code was mostly missing and what was there was broken. This uses new json_print utilities to complete output. Compile tested only. Signed-off-by: Stephen Hemminger --- ip/ipmacsec.c | 249