|
@@ -125,6 +125,7 @@ static const struct bond_opt_value bond_fail_over_mac_tbl[] = {
|
|
static const struct bond_opt_value bond_intmax_tbl[] = {
|
|
static const struct bond_opt_value bond_intmax_tbl[] = {
|
|
{ "off", 0, BOND_VALFLAG_DEFAULT},
|
|
{ "off", 0, BOND_VALFLAG_DEFAULT},
|
|
{ "maxval", INT_MAX, BOND_VALFLAG_MAX},
|
|
{ "maxval", INT_MAX, BOND_VALFLAG_MAX},
|
|
|
|
+ { NULL, -1, 0}
|
|
};
|
|
};
|
|
|
|
|
|
static const struct bond_opt_value bond_lacp_rate_tbl[] = {
|
|
static const struct bond_opt_value bond_lacp_rate_tbl[] = {
|