[PATCH iproute2 net-next] bridge: vlan: add support to display per-vlan statistics

2016-06-20 Thread Nikolay Aleksandrov
This patch adds support for the -statistics (-s) argument to the bridge vlan show command which will display the per-vlan statistics and the bridge device each vlan belongs to. The show command filtering options are both supported, also the man page is updated to explain the new option. This patch

Re: [PATCH iproute2 net-next] bridge: vlan: add support to display per-vlan statistics

2016-06-21 Thread Stephen Hemminger
On Mon, 20 Jun 2016 12:13:19 +0200 Nikolay Aleksandrov wrote: > This patch adds support for the -statistics (-s) argument to the bridge > vlan show command which will display the per-vlan statistics and the bridge > device each vlan belongs to. The show command filtering options are both > suppor

Re: [PATCH iproute2 net-next] bridge: vlan: add support to display per-vlan statistics

2016-06-21 Thread Nikolay Aleksandrov
On 21/06/16 18:10, Nikolay Aleksandrov wrote: > On 21/06/16 18:01, Stephen Hemminger wrote: >> On Mon, 20 Jun 2016 12:13:19 +0200 >> Nikolay Aleksandrov wrote: >> >>> This patch adds support for the -statistics (-s) argument to the bridge >>> vlan show command which will display the per-vlan stati

Re: [PATCH iproute2 net-next] bridge: vlan: add support to display per-vlan statistics

2016-06-21 Thread Nikolay Aleksandrov
On 21/06/16 18:01, Stephen Hemminger wrote: > On Mon, 20 Jun 2016 12:13:19 +0200 > Nikolay Aleksandrov wrote: > >> This patch adds support for the -statistics (-s) argument to the bridge >> vlan show command which will display the per-vlan statistics and the bridge >> device each vlan belongs to.

Re: [PATCH iproute2 net-next] bridge: vlan: add support to display per-vlan statistics

2016-06-30 Thread Stephen Hemminger
On Tue, 21 Jun 2016 18:11:59 +0200 Nikolay Aleksandrov wrote: > >> Thanks, this is a useful tool, but I think the formatting of output may > >> need to be > >> reworked. The bridge tool works similar to ip command. And in the ip > >> command the > >> -s flag causes additional lines, but does n

Re: [PATCH iproute2 net-next] bridge: vlan: add support to display per-vlan statistics

2016-07-01 Thread Nikolay Aleksandrov
On 01/07/16 02:06, Stephen Hemminger wrote: > On Tue, 21 Jun 2016 18:11:59 +0200 > Nikolay Aleksandrov wrote: > Thanks, this is a useful tool, but I think the formatting of output may need to be reworked. The bridge tool works similar to ip command. And in the ip command th