Re: [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show

2016-06-25 Thread Rami Rosen
Hi all, >Also, for external automation and orchestration tools (to whom this >patch-set is addressed), >there is no reason for them to write and maintain their own tools >using netlink when they >can use iproute2 directly to create a link or query its properties. +1 for this, seems very

Re: [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show

2016-06-23 Thread Roopa Prabhu
On Wed, Jun 22, 2016 at 1:00 PM, Jiri Pirko wrote: > Wed, Jun 22, 2016 at 08:10:47PM CEST, step...@networkplumber.org wrote: >>On Wed, 22 Jun 2016 16:53:44 +0200 >>Jiri Pirko wrote: >> >>> Wed, Jun 22, 2016 at 03:45:50PM CEST, ro...@cumulusnetworks.com wrote:

Re: [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show

2016-06-22 Thread Jiri Pirko
Wed, Jun 22, 2016 at 08:10:47PM CEST, step...@networkplumber.org wrote: >On Wed, 22 Jun 2016 16:53:44 +0200 >Jiri Pirko wrote: > >> Wed, Jun 22, 2016 at 03:45:50PM CEST, ro...@cumulusnetworks.com wrote: >> >From: Roopa Prabhu >> > >> >This patch

Re: [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show

2016-06-22 Thread Roopa Prabhu
On Wed, Jun 22, 2016 at 11:10 AM, Stephen Hemminger wrote: > On Wed, 22 Jun 2016 16:53:44 +0200 > Jiri Pirko wrote: > >> Wed, Jun 22, 2016 at 03:45:50PM CEST, ro...@cumulusnetworks.com wrote: >> >From: Roopa Prabhu >> > >>

Re: [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show

2016-06-22 Thread Stephen Hemminger
On Wed, 22 Jun 2016 16:53:44 +0200 Jiri Pirko wrote: > Wed, Jun 22, 2016 at 03:45:50PM CEST, ro...@cumulusnetworks.com wrote: > >From: Roopa Prabhu > > > >This patch series adds json support for a few bridge show commands. > >We plan to follow up

Re: [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show

2016-06-22 Thread Roopa Prabhu
On Wed, Jun 22, 2016 at 7:53 AM, Jiri Pirko wrote: > Wed, Jun 22, 2016 at 03:45:50PM CEST, ro...@cumulusnetworks.com wrote: >>From: Roopa Prabhu >> >>This patch series adds json support for a few bridge show commands. >>We plan to follow up with json

Re: [PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show

2016-06-22 Thread Jiri Pirko
Wed, Jun 22, 2016 at 03:45:50PM CEST, ro...@cumulusnetworks.com wrote: >From: Roopa Prabhu > >This patch series adds json support for a few bridge show commands. >We plan to follow up with json support for additional commands soon. I'm just curious, what is you use

[PATCH iproute2 net-next v4 0/5] bridge: json support for fdb and vlan show

2016-06-22 Thread Roopa Prabhu
From: Roopa Prabhu 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