From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f182.google.com ([209.85.192.182]:43709 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751404AbeBWQPI (ORCPT ); Fri, 23 Feb 2018 11:15:08 -0500 Received: by mail-pf0-f182.google.com with SMTP id z14so3691502pfe.10 for ; Fri, 23 Feb 2018 08:15:08 -0800 (PST) Date: Fri, 23 Feb 2018 08:14:58 -0800 From: Stephen Hemminger To: Timothy Redaelli Cc: netdev@vger.kernel.org Subject: Re: [iproute PATCH] bridge: Prevent a double space in bridge mdb show Message-ID: <20180223081458.612f4009@xeon-e3> In-Reply-To: <09c2d14a14282f74739012d70f4a1cf103bee2e3.1519054060.git.tredaelli@redhat.com> References: <09c2d14a14282f74739012d70f4a1cf103bee2e3.1519054060.git.tredaelli@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 19 Feb 2018 17:13:06 +0100 Timothy Redaelli wrote: > Prevent a double space in "bridge mdb show" when the MDB entry is not > marked as "offload". > > Signed-off-by: Timothy Redaelli Applied. In iproute2-next printout has changed in this area, so this patch won't merge to next. It looks like the json stuff might have introduced other spacing glitches though.