On 31/05/15(Sun) 22:05, mxb wrote: > > Hello, > any ideas regarding <subject> ?
Yes various. Any idea about how to reproduce it? What you're seeing is a side-effect of r1.151 of netinet/if_ether.c. > I see this in ‘dmesg’. > > Also all local (on machine itself) arp entries are incomplete: Yes because we stopped copying the Ethernet address into the gateway field of RTF_LOCAL routes. But since RTF_LOCAL routes are bound to lo0 I don't know how your kernel ends up calling arpresolve() and trigger this code path.
