From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute PATCH] bridge: fdb: Fix for missing keywords in non-JSON output Date: Mon, 15 Oct 2018 09:31:20 -0700 Message-ID: <20181015093120.3ee56442@xeon-e3> References: <20181009124408.7571-1-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Phil Sutter Return-path: Received: from mail-pl1-f174.google.com ([209.85.214.174]:44324 "EHLO mail-pl1-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726528AbeJPART (ORCPT ); Mon, 15 Oct 2018 20:17:19 -0400 Received: by mail-pl1-f174.google.com with SMTP id p25-v6so9551685pli.11 for ; Mon, 15 Oct 2018 09:31:23 -0700 (PDT) In-Reply-To: <20181009124408.7571-1-phil@nwl.cc> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 9 Oct 2018 14:44:08 +0200 Phil Sutter wrote: > While migrating to JSON print library, some keywords were dropped from > standard output by accident. Add them back to unbreak output parsers. > > Fixes: c7c1a1ef51aea ("bridge: colorize output and use JSON print library") > Signed-off-by: Phil Sutter Good catch. Applied.