From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:44919 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933297AbeCGBD6 (ORCPT ); Tue, 6 Mar 2018 20:03:58 -0500 Received: by mail-pf0-f196.google.com with SMTP id 17so263268pfw.11 for ; Tue, 06 Mar 2018 17:03:57 -0800 (PST) From: Stephen Hemminger To: dsahern@gmail.com Cc: netdev@vger.kernel.org, Stephen Hemminger Subject: [PATCH iproute2-next 0/3] ip multicast command JSON support Date: Tue, 6 Mar 2018 17:03:52 -0800 Message-Id: <20180307010355.5011-1-stephen@networkplumber.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger Update maddr and mroute to support JSON. Fix bug in ipmroute that causes it print error on every unicast route. Stephen Hemminger (3): ipmaddr: json and color support ipmroute: don't complain about unicast routes ipmroute: convert to output JSON ip/ipmaddr.c | 69 ++++++++++++++++++++------------ ip/ipmroute.c | 124 +++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 123 insertions(+), 70 deletions(-) -- 2.16.1