aboutsummaryrefslogtreecommitdiff
path: root/lib/bond.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bond.c')
-rw-r--r--lib/bond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bond.c b/lib/bond.c
index b172121b..f6c38e9c 100644
--- a/lib/bond.c
+++ b/lib/bond.c
@@ -488,7 +488,7 @@ static bool
may_send_learning_packets(const struct bond *bond)
{
return bond->lacp_status == LACP_DISABLED
- && bond->balance != BM_AB
+ && (bond->balance == BM_SLB || bond->balance == BM_STABLE)
&& bond->active_slave;
}