lacp: New "lacp-heartbeat" mode.
[openvswitch] / lib / lacp.h
index fb91b4f14701ef6bdd5bb6c7e18e7f92f72884d4..0fb797e89b790173012048465b06c800bb2454dc 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);