bonding: make ab_arp select active slaves as other modes
authorJiri Pirko <jpirko@redhat.com>
Mon, 31 Aug 2009 11:09:38 +0000 (11:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Sep 2009 00:04:58 +0000 (17:04 -0700)
When I was implementing primary_passive option (formely named primary_lazy) I've
run into troubles with ab_arp. This is the only mode which is not using
bond_select_active_slave() function to select active slave and instead it
selects it itself. This seems to be not the right behaviour and it would be
better to do it in bond_select_active_slave() for all cases. This patch makes
this happen. Please review.

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found