From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute2 PATCH v2] bridge: fix vlan show stats formatting Date: Mon, 29 Oct 2018 09:58:31 -0700 Message-ID: <20181029095831.38066c8c@xeon-e3> References: <20181022100001.3413fe1c@xeon-e3> <24a71a731668cd98e415b91136e59559cc21447e.camel@bisdn.de> 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-pf1-f196.google.com ([209.85.210.196]:41358 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726215AbeJ3BsB (ORCPT ); Mon, 29 Oct 2018 21:48:01 -0400 Received: by mail-pf1-f196.google.com with SMTP id e22-v6so1296982pfn.8 for ; Mon, 29 Oct 2018 09:58:34 -0700 (PDT) In-Reply-To: <24a71a731668cd98e415b91136e59559cc21447e.camel@bisdn.de> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 26 Oct 2018 23:51:03 +0200 Tobias Jungel wrote: > The output of -statistics vlan show was broken previous change for json > output. This aligns the format to vlan show. > > v2: fixed too greedy deletion that caused a -Wmaybe-uninitialized > > Signed-off-by: Tobias Jungel Applied