Re: [PATCH] bonding: fix length of actor system

2018-10-27 Thread Jay Vosburgh
Tobias Jungel wrote: >The attribute IFLA_BOND_AD_ACTOR_SYSTEM is sent to user space having the >length of sizeof(bond->params.ad_actor_system) which is 8 byte. This >patch aligns the length to ETH_ALEN to have the same MAC address exposed >as using sysfs. > >fixes f87fda00b6ed2 > >Signed-off-by:

[PATCH] bonding: fix length of actor system

2018-10-27 Thread Tobias Jungel
The attribute IFLA_BOND_AD_ACTOR_SYSTEM is sent to user space having the length of sizeof(bond->params.ad_actor_system) which is 8 byte. This patch aligns the length to ETH_ALEN to have the same MAC address exposed as using sysfs. fixes f87fda00b6ed2 Signed-off-by: Tobias Jungel --- drivers/net