int alb_set_mac_address (struct bonding * bond, void * addr);
In TLB mode all slaves are configured to the bond's hw address, but set their dev_addr field to different addresses (based on their permanent hw addresses).
For each slave, this function sets the interface to the new address and then changes its dev_addr field to its previous value.
Unwinding assumes bond's mac address has not yet changed.