Re: [patch] good bye sockaddr_inarp

2013-01-30 Thread Gleb Smirnoff
On Wed, Jan 30, 2013 at 12:45:32PM +0100, Andre Oppermann wrote: A> On 30.01.2013 10:25, Gleb Smirnoff wrote: A> >Hello! A> > A> >It looks to me that the only thing the sockaddr_inarp was A> > ever used for is to carry the SIN_PROXY flag. A> > A> >The SIN_PROXY flag in its turn, meant i

Re: [patch] good bye sockaddr_inarp

2013-01-30 Thread Andre Oppermann
On 30.01.2013 10:25, Gleb Smirnoff wrote: Hello! It looks to me that the only thing the sockaddr_inarp was ever used for is to carry the SIN_PROXY flag. The SIN_PROXY flag in its turn, meant install a "proxy only" ARP entry. Such entry behaves as any "published" entry, but doesn't modi

[patch] good bye sockaddr_inarp

2013-01-30 Thread Gleb Smirnoff
Hello! It looks to me that the only thing the sockaddr_inarp was ever used for is to carry the SIN_PROXY flag. The SIN_PROXY flag in its turn, meant install a "proxy only" ARP entry. Such entry behaves as any "published" entry, but doesn't modify the routing table of the host. Please cor