ca923dc320
We can assume that ifnet_addrs[ifp->if_index] is always the same as ifp->if_dl, so we can replace ifnet_addrs[ifp->if_index] with ifp->if_dl and remove ifnet_addrs entirely. ok martin@