RTM_IFINFO is providing the mac address now, no need to go through
authorflorian <florian@openbsd.org>
Fri, 19 Mar 2021 07:43:27 +0000 (07:43 +0000)
committerflorian <florian@openbsd.org>
Fri, 19 Mar 2021 07:43:27 +0000 (07:43 +0000)
commit48e1b614c507e2047b9fb5a7af71a3d25823712e
tree5e51057ce02e576a502d838643041e106d5b6f55
parent38c12d68c127995c7ac992225b26048cabbdbb91
RTM_IFINFO is providing the mac address now, no need to go through
getifaddrs on every route message.
This also allows us to drop the route pledge since we only need to
fetch the interface state with getifaddrs on startup.
sbin/dhcpleased/frontend.c