netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next v2 00/12] ip more JSON
@ 2018-03-06 21:07 Stephen Hemminger
  2018-03-06 21:07 ` [PATCH iproute2-next v2 01/12] ipneigh: add color and json support Stephen Hemminger
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Stephen Hemminger @ 2018-03-06 21:07 UTC (permalink / raw)
  To: dsahern; +Cc: netdev, Stephen Hemminger

From: Stephen Hemminger <sthemmin@microsoft.com>

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 (12):
  ipneigh: add color and json support
  ipaddrlabel: add json support
  iprule: add json support
  ipntable: add json support
  ipnetconf: add JSON support
  tcp_metrics; make tables const
  tcp_metrics: add json support
  ipsr: add json support
  token: support JSON
  tuntap: support JSON output
  fou: break long lines
  fou: support JSON output

v2:
  - fix output format for ip rule
  - break lines more compactly
  - add fou, token, tuntap, and sr sub-commands

 ip/ipaddrlabel.c |  40 ++++--
 ip/ipfou.c       |  56 +++++---
 ip/ipneigh.c     | 140 ++++++++++++-------
 ip/ipnetconf.c   |  69 +++++-----
 ip/ipntable.c    | 402 +++++++++++++++++++++++++++++--------------------------
 ip/iprule.c      | 184 ++++++++++++++-----------
 ip/ipseg6.c      |  93 +++++++------
 ip/iptoken.c     |  18 ++-
 ip/iptuntap.c    |  57 ++++++--
 ip/tcp_metrics.c | 188 ++++++++++++++++----------
 10 files changed, 744 insertions(+), 503 deletions(-)

-- 
2.16.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-03-06 23:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06 21:07 [PATCH iproute2-next v2 00/12] ip more JSON Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 01/12] ipneigh: add color and json support Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 02/12] ipaddrlabel: add " Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 03/12] iprule: " Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 04/12] ipntable: " Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 05/12] ipnetconf: add JSON support Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 06/12] tcp_metrics; make tables const Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 07/12] tcp_metrics: add json support Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 08/12] ipsr: " Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 09/12] token: support JSON Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 10/12] tuntap: support JSON output Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 11/12] fou: break long lines Stephen Hemminger
2018-03-06 21:07 ` [PATCH iproute2-next v2 12/12] fou: support JSON output Stephen Hemminger
2018-03-06 23:51 ` [PATCH iproute2-next v2 00/12] ip more JSON David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).