lacp: New "lacp-heartbeat" mode.
[openvswitch] / lib / lacp.h
index 871056c4dfd552b57729ec4a2e43810da4079753..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);
@@ -107,6 +106,7 @@ struct lacp_slave_settings {
     char *name;
     uint16_t id;
     uint16_t priority;
+    uint16_t key;
 };
 
 void lacp_slave_register(struct lacp *, void *slave_,