ifconfig -M <mac> finds the address on an interface and prints it.
authorderaadt <deraadt@openbsd.org>
Fri, 25 Nov 2022 23:09:20 +0000 (23:09 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 25 Nov 2022 23:09:20 +0000 (23:09 +0000)
commit846b8ba2848063dad7bfab6b5a55d301642a7c68
treef9af7dd8eb8f661a34ccda6bf57dffb70df454b4
parentc4d8daa7437db2c4d5dba8f2141e7a4552346f1b
ifconfig -M <mac> finds the address on an interface and prints it.
cloned (virtual) interfaces are skipped, and if the MAC is on more
than 1 interface, no answer either.  The mac must be in same format
as the ifconfig lladdr output (complete lowercase with :)
idea from florian, ok afresh1
sbin/ifconfig/ifconfig.8
sbin/ifconfig/ifconfig.c