diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2014-02-18 06:48:39 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-18 21:47:14 (GMT) |
commit | 3fe68df97c7f132495664358e0bfbfcd4ca7809c (patch) | |
tree | 40915f2697abda4e04bf459d5c07a5dc02e2150e /fs | |
parent | 6db4a54593ce12423c68155b7b59b9fbd3e6519d (diff) | |
download | linux-3fe68df97c7f132495664358e0bfbfcd4ca7809c.tar.xz |
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions