ozaki-r ca923dc320 Remove ifnet_addrs
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@
2015-06-29 09:40:36 +00:00
..
2015-06-29 09:40:36 +00:00