Manual merge of fix
17557056 from uek2 into uek4 thru
21844825 resulted
in bonding arp monitor sending arp requests but whose arp replies were
being ignored or not inspected. This bug fixes it.
Orabug:
22025692
Signed-off-by: Rama Nichanamatlu <rama.nichanamatlu@oracle.com>
Signed-off-by: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
rcu_read_lock();
}
- should_notify_rtnl = bond_ab_arp_probe(bond);
bond->arp_sent = false;
+ should_notify_rtnl = bond_ab_arp_probe(bond);
rcu_read_unlock();
re_arm: