Revert "bonding: allow carrier and link status to determine link state"
This reverts commit 1386c36b30
.
We don't want to encourage drivers to not report carrier status
correctly, therefore remove this commit.
Signed-off-by: Debabrata Banerjee <dbanerje@akamai.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
@@ -164,10 +164,9 @@ static const struct bond_opt_value bond_primary_reselect_tbl[] = {
|
||||
};
|
||||
|
||||
static const struct bond_opt_value bond_use_carrier_tbl[] = {
|
||||
{ "off", 0, 0},
|
||||
{ "on", 1, BOND_VALFLAG_DEFAULT},
|
||||
{ "both", 2, 0},
|
||||
{ NULL, -1, 0}
|
||||
{ "off", 0, 0},
|
||||
{ "on", 1, BOND_VALFLAG_DEFAULT},
|
||||
{ NULL, -1, 0}
|
||||
};
|
||||
|
||||
static const struct bond_opt_value bond_all_slaves_active_tbl[] = {
|
||||
|
新增問題並參考
封鎖使用者