bond: Don't send learning packets on STABLE bonds.
[sliver-openvswitch.git] / lib / bond.c
index 54f2d0e..b9d58b4 100644 (file)
@@ -489,6 +489,7 @@ 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;
 }