Some places in network code may need to verify that an ethernet address
is not the 'zero' address. Provide a standard macro ETHER_IS_ZERO for
this purpose, similar to the ETHER_IS_BROADCAST macro already available.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Is this correct? If one byte of mac address is equal zero than the whole expression equal 0x00.