CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2021/03/04 20:51:41

Modified files:
        sys/net        : if_ethersubr.c 

Log message:
work with 64bit ethernet addresses in ether_input().

this applies the tricks with addresses from veb and etherbridge
code to the normal ethernet input processing. it basically loads
the destination address from the packet and the interface ethernet
address into uint64_ts for comparison.

tested by hrvoje popovski and chris cappuccio
tested here on amd64, arm64, and sparc64
ok claudio@ jmatthew@

Reply via email to