Re: [Bridge] [PATCH net] net: bridge: fix netlink export of vlan_stats_per_port option

2019-04-16 Thread David Miller
From: Nikolay Aleksandrov Date: Tue, 16 Apr 2019 16:15:56 +0300 > Since the introduction of the vlan_stats_per_port option the netlink > export of it has been broken since I made a typo and used the ifla > attribute instead of the bridge option to retrieve its state. > Sysfs export is fine, only

[Bridge] [PATCH net] net: bridge: fix netlink export of vlan_stats_per_port option

2019-04-16 Thread Nikolay Aleksandrov
Since the introduction of the vlan_stats_per_port option the netlink export of it has been broken since I made a typo and used the ifla attribute instead of the bridge option to retrieve its state. Sysfs export is fine, only netlink export has been affected. Fixes: 9163a0fc1f0c0 ("net: bridge: