From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute2 PATCH] bridge: fix vlan show stats formatting Date: Mon, 22 Oct 2018 09:47:29 -0700 Message-ID: <20181022094729.000c1d57@xeon-e3> References: <09b37bb3d091567c1f8958994e69e1221a61c0dc.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Tobias Jungel Return-path: Received: from mail-pl1-f175.google.com ([209.85.214.175]:44257 "EHLO mail-pl1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727943AbeJWBGr (ORCPT ); Mon, 22 Oct 2018 21:06:47 -0400 Received: by mail-pl1-f175.google.com with SMTP id d23-v6so5895809pls.11 for ; Mon, 22 Oct 2018 09:47:32 -0700 (PDT) In-Reply-To: <09b37bb3d091567c1f8958994e69e1221a61c0dc.camel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: 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