From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2] l2tp: no need to export session offsets in JSON output Date: Thu, 5 Apr 2018 12:44:01 -0700 Message-ID: <20180405124401.0d6c52f4@xeon-e3> References: <6e2c59a6757414fa22b5927f248749efe34825d5.1522948642.git.g.nault@alphalink.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, James Chapman To: Guillaume Nault Return-path: Received: from mail-pl0-f48.google.com ([209.85.160.48]:44021 "EHLO mail-pl0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752827AbeDEToE (ORCPT ); Thu, 5 Apr 2018 15:44:04 -0400 Received: by mail-pl0-f48.google.com with SMTP id a39-v6so1327487pla.10 for ; Thu, 05 Apr 2018 12:44:04 -0700 (PDT) In-Reply-To: <6e2c59a6757414fa22b5927f248749efe34825d5.1522948642.git.g.nault@alphalink.fr> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 5 Apr 2018 19:24:17 +0200 Guillaume Nault wrote: > The offset and peer_offset parameters are only printed to avoid > confusing external scripts that may parse "ip l2tp show session" > output. There's no reason to keep them in JSON. > > Signed-off-by: Guillaume Nault > --- Applied thanks.