bonding: always set recv_probe to bond_arp_rcv in arp monitor
authorVeaceslav Falico <vfalico@redhat.com>
Tue, 18 Feb 2014 06:48:39 +0000 (07:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Feb 2014 21:47:14 +0000 (16:47 -0500)
commit3fe68df97c7f132495664358e0bfbfcd4ca7809c
tree40915f2697abda4e04bf459d5c07a5dc02e2150e
parent6db4a54593ce12423c68155b7b59b9fbd3e6519d
bonding: always set recv_probe to bond_arp_rcv in arp monitor

Currently we only set bond_arp_rcv() if we're using arp_validate, however
this makes us skip updating last_arp_rx if we're not validating incoming
ARPs - thus, if arp_validate is off, last_arp_rx will never be updated.

Fix this by always setting up recv_probe = bond_arp_rcv, even if we're not
using arp_validate.

CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
drivers/net/bonding/bond_options.c