Re: [PATCH iproute2-next] iplink: bridge: add support for vlan_stats_per_port

2019-04-21 Thread David Ahern
On 4/16/19 7:19 AM, Nikolay Aleksandrov wrote: > Add support for manipulating and showing the vlan_stats_per_port bridge > option which can be toggled only when there are no port VLANs > configured. Also update the man page with the new option. > > Signed-off-by: Nikolay Aleksandrov > --- > ip/i

[PATCH iproute2-next] iplink: bridge: add support for vlan_stats_per_port

2019-04-16 Thread Nikolay Aleksandrov
Add support for manipulating and showing the vlan_stats_per_port bridge option which can be toggled only when there are no port VLANs configured. Also update the man page with the new option. Signed-off-by: Nikolay Aleksandrov --- ip/iplink_bridge.c| 15 +++ man/man8/ip-link.8.in