Эх сурвалжийг харах

[PATCH] bonding: explicitly clear RLB flag during ALB init

Explicitly clear RLB flag during ALB init.  This is needed for sysfs
support, since the bond mode can be changed at runtime via sysfs.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Acked-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Mitch Williams 19 жил өмнө
parent
commit
b76850ab57

+ 2 - 0
drivers/net/bonding/bond_alb.c

@@ -1256,6 +1256,8 @@ int bond_alb_initialize(struct bonding *bond, int rlb_enabled)
 			tlb_deinitialize(bond);
 			tlb_deinitialize(bond);
 			return res;
 			return res;
 		}
 		}
+	} else {
+		bond->alb_info.rlb_enabled = 0;
 	}
 	}
 
 
 	return 0;
 	return 0;