Re: [patch net-next V4] bond: have random dev address by default instead of zeroes
From: David Miller <davem@davemloft.net>
Date: 2013-01-30 20:34:19
From: David Miller <davem@davemloft.net>
Date: 2013-01-30 20:34:19
From: Jay Vosburgh <redacted> Date: Wed, 30 Jan 2013 11:19:53 -0800
Jiri Pirko [off-list ref] wrote:quoted
Makes more sense to have randomly generated address by default than to have all zeroes. It also allows user to for example put the bond into bridge without need to have any slaves in it. Also note that this changes only behaviour of bonds with no slaves. Once the first slave device is enslaved, its address will be used (no change here). Also, fix dev_assign_type values on the way. Reported-by: Pavel Šimerda <redacted> Signed-off-by: Jiri Pirko <jiri@resnulli.us>Signed-off-by: Jay Vosburgh <redacted>
Applied, thanks.