From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f67.google.com ([209.85.160.67]:35379 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752480AbeCFDFJ (ORCPT ); Mon, 5 Mar 2018 22:05:09 -0500 Received: by mail-pl0-f67.google.com with SMTP id bb3-v6so11078869plb.2 for ; Mon, 05 Mar 2018 19:05:09 -0800 (PST) From: Stephen Hemminger To: dsahern@gmail.com Cc: netdev@vger.kernel.org, Stephen Hemminger Subject: [PATCH iproute2-next 0/7] ip: more JSON Date: Mon, 5 Mar 2018 19:04:54 -0800 Message-Id: <20180306030501.1289-1-stephen@networkplumber.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger The ip command implementation of JSON was very spotty. Only address and link were originally implemented. After doing route for next, went ahead and implemented it for a bunch of the other sub commands. Hopefully will reach full coverage soon. Stephen Hemminger (7): ip: add color and json support to neigh ip: add json support to addrlabel ip: add json support to ip rule ip: add json support to ntable ip: add JSON support to netconf tcp_metrics; make tables const ip: jsonify tcp_metrics ip/ipaddrlabel.c | 40 ++++-- ip/ipneigh.c | 143 +++++++++++++------ ip/ipnetconf.c | 69 +++++---- ip/ipntable.c | 415 ++++++++++++++++++++++++++++++------------------------- ip/iprule.c | 203 +++++++++++++++++---------- ip/tcp_metrics.c | 188 +++++++++++++++---------- 6 files changed, 633 insertions(+), 425 deletions(-) -- 2.16.1