Re: [iproute2 PATCH] bridge: fix vlan show stats formatting

2018-10-22 Thread Stephen Hemminger
On Sat, 20 Oct 2018 15:42:33 +0200 Tobias Jungel wrote: > The output of -statistics vlan show was broken previous change for json > output. This aligns the format to vlan show. > > Signed-off-by: Tobias Jungel This patch causes new warning: CC vlan.o vlan.c: In function

Re: [iproute2 PATCH] bridge: fix vlan show stats formatting

2018-10-22 Thread Stephen Hemminger
On Sat, 20 Oct 2018 15:42:33 +0200 Tobias Jungel wrote: > The output of -statistics vlan show was broken previous change for json > output. This aligns the format to vlan show. > > Signed-off-by: Tobias Jungel Applied, thanks

[iproute2 PATCH] bridge: fix vlan show stats formatting

2018-10-20 Thread Tobias Jungel
The output of -statistics vlan show was broken previous change for json output. This aligns the format to vlan show. Signed-off-by: Tobias Jungel --- bridge/vlan.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bridge/vlan.c b/bridge/vlan.c index bdce55ae..85f4a539