lacp: Require successful LACP negotiations when configured.
[openvswitch] / ofproto / ofproto-dpif.c
index 381ffaf8de8b5e346d96ac2a5914dd3d66bbcd7d..7ded85d3401c37d5b7d77f1c342a4f1efcd8433d 100644 (file)
@@ -1879,7 +1879,7 @@ bundle_run(struct ofbundle *bundle)
         }
 
         bond_run(bundle->bond, &bundle->ofproto->revalidate_set,
-                 lacp_negotiated(bundle->lacp));
+                 lacp_status(bundle->lacp));
         if (bond_should_send_learning_packets(bundle->bond)) {
             bundle_send_learning_packets(bundle);
         }