meta-flow: Reduce redundant transport set/get code
[sliver-openvswitch.git] / lib / bond.c
index 54f2d0e..4d711c0 100644 (file)
@@ -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_STABLE
         && bond->active_slave;
 }