Re: [PATCH] arp: honour gratuitous ARP _replies_

2017-05-16 Thread Ihar Hrachyshka
On Mon, May 15, 2017 at 2:16 PM, Ihar Hrachyshka wrote: > When arp_accept is 1, gratuitous ARPs are supposed to override matching > entries irrespective of whether they arrive during locktime. This was > implemented in commit 56022a8fdd87 ("ipv4: arp: update neighbour address > when a gratuitous a

Re: [PATCH] arp: honour gratuitous ARP _replies_

2017-05-15 Thread Ihar Hrachyshka
When arp_accept is 1, gratuitous ARPs are supposed to override matching entries irrespective of whether they arrive during locktime. This was implemented in commit 56022a8fdd87 ("ipv4: arp: update neighbour address when a gratuitous arp is received and arp_accept is set") There is a glitch in the

Re: [PATCH] arp: honour gratuitous ARP _replies_

2017-05-15 Thread David Miller
From: Ihar Hrachyshka Date: Tue, 9 May 2017 17:16:07 -0700 > @@ -842,8 +844,20 @@ static int arp_process(struct net *net, struct sock *sk, > struct sk_buff *skb) > It is possible, that this option should be enabled for some > devices (strip is candidate) >

[PATCH] arp: honour gratuitous ARP _replies_

2017-05-09 Thread Ihar Hrachyshka
When arp_accept is 1, gratuitous ARPs are supposed to override matching entries irrespective of whether they arrive during locktime. This was implemented in commit 56022a8fdd87 ("ipv4: arp: update neighbour address when a gratuitous arp is received and arp_accept is set") There is a glitch in the