* [PATCH iproute2 net-next 0/5] bridge: json support for fdb and vlan show
@ 2016-05-28 4:37 Roopa Prabhu
2016-07-20 19:07 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Roopa Prabhu @ 2016-05-28 4:37 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: allow base json data type to be array or object
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
bridge/br_common.h | 1 +
bridge/bridge.c | 3 +
bridge/fdb.c | 201 +++++++++++++++++++++++++++++++++---------
bridge/vlan.c | 93 ++++++++++++++++++-
include/json_writer.h | 5 +-
lib/json_writer.c | 39 +++++++-
man/man8/bridge.8 | 9 +-
misc/ifstat.c | 6 +-
misc/lnstat.c | 2 +-
misc/nstat.c | 4 +-
schema/bridge_fdb_schema.json | 62 +++++++++++++
11 files changed, 365 insertions(+), 60 deletions(-)
create mode 100644 schema/bridge_fdb_schema.json
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2 net-next 0/5] bridge: json support for fdb and vlan show
2016-05-28 4:37 [PATCH iproute2 net-next 0/5] bridge: json support for fdb and vlan show Roopa Prabhu
@ 2016-07-20 19:07 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2016-07-20 19:07 UTC (permalink / raw)
To: Roopa Prabhu; +Cc: netdev, anuradhak, nikolay, julien
On Fri, 27 May 2016 21:37:11 -0700
Roopa Prabhu <roopa@cumulusnetworks.com> wrote:
> 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: allow base json data type to be array or object
> 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
>
> bridge/br_common.h | 1 +
> bridge/bridge.c | 3 +
> bridge/fdb.c | 201 +++++++++++++++++++++++++++++++++---------
> bridge/vlan.c | 93 ++++++++++++++++++-
> include/json_writer.h | 5 +-
> lib/json_writer.c | 39 +++++++-
> man/man8/bridge.8 | 9 +-
> misc/ifstat.c | 6 +-
> misc/lnstat.c | 2 +-
> misc/nstat.c | 4 +-
> schema/bridge_fdb_schema.json | 62 +++++++++++++
> 11 files changed, 365 insertions(+), 60 deletions(-)
> create mode 100644 schema/bridge_fdb_schema.json
>
Applied these for current release
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-20 19:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-28 4:37 [PATCH iproute2 net-next 0/5] bridge: json support for fdb and vlan show Roopa Prabhu
2016-07-20 19:07 ` Stephen Hemminger
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).