|
@@ -524,8 +524,9 @@ static ssize_t bonding_store_arp_interval(struct device *d,
|
|
|
goto out;
|
|
|
}
|
|
|
if (bond->params.mode == BOND_MODE_ALB ||
|
|
|
- bond->params.mode == BOND_MODE_TLB) {
|
|
|
- pr_info("%s: ARP monitoring cannot be used with ALB/TLB. Only MII monitoring is supported on %s.\n",
|
|
|
+ bond->params.mode == BOND_MODE_TLB ||
|
|
|
+ bond->params.mode == BOND_MODE_8023AD) {
|
|
|
+ pr_info("%s: ARP monitoring cannot be used with ALB/TLB/802.3ad. Only MII monitoring is supported on %s.\n",
|
|
|
bond->dev->name, bond->dev->name);
|
|
|
ret = -EINVAL;
|
|
|
goto out;
|