On Thu, May 18, 2017 at 9:41 PM, Ihar Hrachyshka <ihrac...@redhat.com> wrote: > 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.
This seems to have caused a build warning: net/ipv4/arp.c:880:35: warning: 'addr_type' may be used uninitialized in this function [-Wmaybe-uninitialized] Arnd