CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/03/06 23:02:32
Modified files: sys/netinet : ip_carp.c ip_carp.h sys/net : if_ethersubr.c Log message: use uint64_t ethernet addresses for compares in carp. pass the uint64_t that ether_input has already converted from a real ethernet address into carp_input so it can use it without having to do its own conversion. tested by hrvoje popovski tested by me on amd64 and sparc64 ok patrick@ jmatthew@