commit | c20811a79e671a6a1fe86a8c1afe04aca8a7f085 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Wed May 19 01:14:29 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 02 04:16:23 2010 -0700 |
tree | 21c68c6a711de84781dff4a561566dc0e325959b | |
parent | e95095540c5276fc9922cb14376afc36f846af1f [diff] |
bonding: move dev_addr cpy to bond_enslave Move the code that copies slave's mac address in case that's the first slave into bond_enslave. Ifenslave app does this also but that's not a problem. This is something that should be done in bond_enslave, and it shound not matter from where is it called. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>