netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show
@ 2016-06-22 13:45 Roopa Prabhu
  2016-06-22 13:45 ` [PATCH iproute2 net-next v4 1/5] json_writer: Removed automatic json-object type from the constructor Roopa Prabhu
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Roopa Prabhu @ 2016-06-22 13:45 UTC (permalink / raw)
  To: stephen, netdev; +Cc: anuradhak, nikolay, julien

From: Roopa Prabhu <roopa@cumulusnetworks.com>

This patch series adds json support for a few bridge show commands.
We plan to follow up with json support for additional commands soon.

Anuradha Karuppiah (3):
  json_writer: Removed automatic json-object type from the constructor
  bridge: add json support for bridge fdb show
  bridge: add json schema for bridge fdb show

Roopa Prabhu (2):
  bridge: add json support for bridge vlan show
  bridge: update man page

v2 - change vlan flags to an array as suggested by toshiaki

v3 - no change. resubmitting as requested by stephen

v4 - removed json type from constructor as recommended by stephen

 bridge/br_common.h            |   1 +
 bridge/bridge.c               |   5 +-
 bridge/fdb.c                  | 210 +++++++++++++++++++++++++++++++++---------
 bridge/vlan.c                 | 109 +++++++++++++++++++---
 lib/json_writer.c             |   6 +-
 man/man8/bridge.8             |   9 +-
 misc/ifstat.c                 |   7 ++
 misc/nstat.c                  |   6 ++
 schema/bridge_fdb_schema.json |  62 +++++++++++++
 9 files changed, 352 insertions(+), 63 deletions(-)
 create mode 100644 schema/bridge_fdb_schema.json

-- 
1.9.1

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

end of thread, other threads:[~2016-06-25  6:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-22 13:45 [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show Roopa Prabhu
2016-06-22 13:45 ` [PATCH iproute2 net-next v4 1/5] json_writer: Removed automatic json-object type from the constructor Roopa Prabhu
2016-06-22 13:45 ` [PATCH iproute2 net-next v4 2/5] bridge: add json support for bridge vlan show Roopa Prabhu
2016-06-22 13:45 ` [PATCH iproute2 net-next v4 3/5] bridge: add json support for bridge fdb show Roopa Prabhu
2016-06-22 13:45 ` [PATCH iproute2 net-next v4 4/5] bridge: add json schema " Roopa Prabhu
2016-06-22 13:45 ` [PATCH iproute2 net-next v4 5/5] bridge: update man page Roopa Prabhu
2016-06-22 14:53 ` [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show Jiri Pirko
2016-06-22 17:41   ` Roopa Prabhu
2016-06-22 18:10   ` Stephen Hemminger
2016-06-22 18:23     ` Roopa Prabhu
2016-06-22 20:00     ` Jiri Pirko
2016-06-23 11:03       ` Roopa Prabhu
2016-06-25  6:20         ` Rami Rosen

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).