Generate software assigned random ethernet address
void eth_random_addr(u8 * addr);
addr
Pointer to a six-byte array containing the Ethernet address
Generate a random Ethernet address (MAC) that is not multicast and has the local assigned bit set.