From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH iproute2 1/7] devlink: Change empty line indication with indentations Date: Wed, 14 Feb 2018 16:17:41 +0100 Message-ID: <20180214151741.GC2027@nanopsycho> References: <1518598522-27713-1-git-send-email-arkadis@mellanox.com> <1518598522-27713-2-git-send-email-arkadis@mellanox.com> <20180214071133.3990742f@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Arkadi Sharshevsky , netdev@vger.kernel.org, davem@davemloft.net, dsa@cumulusnetworks.com, mlxsw@mellanox.com To: Stephen Hemminger Return-path: Received: from mail-wr0-f196.google.com ([209.85.128.196]:43403 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030839AbeBNPRo (ORCPT ); Wed, 14 Feb 2018 10:17:44 -0500 Received: by mail-wr0-f196.google.com with SMTP id b52so286975wrd.10 for ; Wed, 14 Feb 2018 07:17:43 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180214071133.3990742f@xeon-e3> Sender: netdev-owner@vger.kernel.org List-ID: Wed, Feb 14, 2018 at 04:11:33PM CET, stephen@networkplumber.org wrote: >On Wed, 14 Feb 2018 10:55:16 +0200 >Arkadi Sharshevsky wrote: > >> Currently multi-line objects are separated by new-lines. This patch >> changes this behavior by using indentations for separation. >> >> Signed-off-by: Arkadi Sharhsevsky >> Acked-by: Jiri Pirko > >OT but you should rally implement JSON here. It is already implemeted.