CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2019/07/17 20:50:43

Modified files:
        sys/net        : if_aggr.c 

Log message:
replace ether_{cmp,is_eq,is_zero} with the new ones in netinet/if_ether.h

ehter_cmp goes away, ether_is_eq becomes ETHER_IS_EQ, ether_is_zero
becomes ETHER_IS_ANYADDR.

ether_is_slow is kept locally, but renamed to ETHER_IS_SLOWADDR to
better match what comes from if_ether.h.

Reply via email to