K 10 svn:author V 6 archie K 8 svn:date V 27 2001-02-08T17:56:49.000000Z K 7 svn:log V 305 When we receive an incoming Ethernet frame that was unicast to a different hardware address, we should drop it (this should only happen in promiscuous mode). Relocate the code for this check from before ng_ether(4) processing to after ng_ether(4) processing. Also fix a compiler warning. PR: kern/24465 END