Eugene Gorbunoff  2011-08-26 00:42:30 | David Azarewicz
You have to be careful of the 2 least significant bits of the most significant byte. They are flag bits and normally must be zero. In other words, 112233445566 would not be a valid MAC address, but 102233445566 would be.
The manufacturer is normally encoded in the first 3 bytes, and some drivers might check,
however in this case the multimac drivers don't check. |