Merge branch 'arp-always-override-existing-neigh-entries-with-gratuitous-ARP'
authorDavid S. Miller <davem@davemloft.net>
Sun, 21 May 2017 17:26:46 +0000 (13:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 May 2017 17:26:46 +0000 (13:26 -0400)
commit776ee323ddf1167435f2cae0d7f8a6955383b5aa
tree601cf49aa80d31c5805f2aa6b596b748560daf61
parent499350a5a6e7512d9ed369ed63a4244b6536f4f8
parent7d472a59c0e5ec117220a05de6b370447fb6cb66
Merge branch 'arp-always-override-existing-neigh-entries-with-gratuitous-ARP'

Ihar Hrachyshka says:

====================
arp: always override existing neigh entries with gratuitous ARP

This patchset is spurred by discussion started at
https://patchwork.ozlabs.org/patch/760372/ where we figured that there is no
real reason for enforcing override by gratuitous ARP packets only when
arp_accept is 1. Same should happen when it's 0 (the default value).

changelog v2: handled review comments by Julian Anastasov
- fixed a mistake in a comment;
- postponed addr_type calculation to as late as possible.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>