On 27 March 2014 15:33, Martin Pieuchot <[email protected]> wrote: > Since rti_info[RTAX_IFP], when it is present, contains the sockaddr_dl > of a given interface, in the chunk below, ifa_ifwithnet() will return > its corresponding link-layer address. > > But here we are interested in the ifp, not in its link-layer address! > So let's use if_get() directly. > > ok? >
mpi told me that he wants to remove AF_LINK handling from ifa_ifwithnet. This makes sense to me. OK mikeb
