lacp: New "lacp-heartbeat" mode.
[sliver-openvswitch.git] / lib / lacp.h
index fb91b4f..0fb797e 100644 (file)
@@ -88,8 +88,7 @@ struct lacp_settings {
     bool active;
     enum lacp_time lacp_time;
     long long int custom_time;
-    bool strict;
-    bool force_agg;
+    bool heartbeat;
 };
 
 void lacp_init(void);