FUKAUMI Naoki | 7 Mar 2009 15:06

Re: hme(4) hardware RX checksum

hi

I'm sorry this is another topic but I remembered suddenly...

sys/dev/ic/hme.c has ether_cmp(), it returns 1 if two ethernet addresses
are identical. it is (only) used in hme_setladrf().

it should be eliminated and replaced by memcmp(), otherwise IFF_ALLMULTI
is set unexpectedly.

--
FUKAUMI Naoki


Gmane