dpif-netdev: Eliminate two malloc() calls per packet sent to "userspace".
[openvswitch] / lib / bond.c
index b9d58b46446a2fd1f2b75af98291beeb17236fb0..4d711c0346521bb2df33cdddd59ace18e6cb9c4b 100644 (file)
@@ -488,7 +488,6 @@ 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;
 }