Re: Proxy ARP and published entry

2016-03-23 Thread Alexander Bluhm
On Mon, Mar 21, 2016 at 02:29:46PM +0100, Martin Pieuchot wrote: > When the caller of arplookup() asked for a proxy'd ARP entry, make > sure the entry returned by rtalloc(9) is indeed "published". > > This is currently always true for ARP entries added with arp(8) but > it is not the case if you

Proxy ARP and published entry

2016-03-21 Thread Martin Pieuchot
When the caller of arplookup() asked for a proxy'd ARP entry, make sure the entry returned by rtalloc(9) is indeed "published". This is currently always true for ARP entries added with arp(8) but it is not the case if you add your own entry with the 33rd bit set but without setting RTF_ANNOUNCE.