Re: [PATCH net-next] net: bridge: export also pvid flag in the xstats flags

2016-08-26 Thread David Miller
From: Nikolay Aleksandrov Date: Thu, 25 Aug 2016 14:27:51 +0200 > When I added support to export the vlan entry flags via xstats I forgot to > add support for the pvid since it is manually matched, so check if the > entry matches the vlan_group's pvid and set the flag appropriately. > > Signed-o

[PATCH net-next] net: bridge: export also pvid flag in the xstats flags

2016-08-25 Thread Nikolay Aleksandrov
When I added support to export the vlan entry flags via xstats I forgot to add support for the pvid since it is manually matched, so check if the entry matches the vlan_group's pvid and set the flag appropriately. Signed-off-by: Nikolay Aleksandrov --- net/bridge/br_netlink.c | 5 + 1 file c