[PATCH net-next 0/3] bonding: fix primary problem for bonding
From: Ding Tianhong <hidden>
Date: 2014-01-14 02:36:59
If the slave's name changed, and the bond params primary is exist,
the bond should deal with the situation in two ways:
1) If the slave is the primary slave yet, clean the primary slave
and reselect active slave.
2) If the slave's new name is as same as bond primary, set the slave
as primary slave and reselect active slave.
If the new primay is not matching any slave in the bond, the bond should
record it to params, clean the primary slave and select a new active slave.
Update bonding.txt for primary description.
Ding Tianhong (3):
bonding: update the primary slave when slave's name changed
bonding: clean the primary slave if there is no slave matching new
primary
bonding: update bonding.txt for primary description.
Documentation/networking/bonding.txt | 3 ++-
drivers/net/bonding/bond_main.c | 30 ++++++++++++++++++++++++++++--
drivers/net/bonding/bond_options.c | 6 ++++++
3 files changed, 36 insertions(+), 3 deletions(-)
--
1.8.0