Re: [PATCH] net/bonding: fix propagation of user-specified bond MAC

2015-06-09 Thread Nikolay Aleksandrov
On Mon, Jun 8, 2015 at 9:08 PM, Jarod Wilson wrote: > On 6/6/2015 8:20 PM, Jarod Wilson wrote: >> >> On 6/6/2015 9:29 AM, Nikolay Aleksandrov wrote: >>> >>> On Sat, Jun 6, 2015 at 12:24 AM, Jarod Wilson wrote: Its possible for users to specify their own MAC address for a bonded lin

Re: [PATCH] net/bonding: fix propagation of user-specified bond MAC

2015-06-06 Thread Nikolay Aleksandrov
On Sat, Jun 6, 2015 at 12:24 AM, Jarod Wilson wrote: > Its possible for users to specify their own MAC address for a bonded link, > and this used to work, until sometime in 2013... > > First, commit 409cc1f8a changed a condition to set the bond's mac to a > slave device's, dropping the is_zero_eth

[PATCH] net/bonding: fix propagation of user-specified bond MAC

2015-06-05 Thread Jarod Wilson
Its possible for users to specify their own MAC address for a bonded link, and this used to work, until sometime in 2013... First, commit 409cc1f8a changed a condition to set the bond's mac to a slave device's, dropping the is_zero_ether_addr() check in favor of using bond->dev_addr_from_first. N