lacp: New "strict" lacp mode.
[sliver-openvswitch.git] / lib / lacp.h
index 2992bcf..ad8211e 100644 (file)
@@ -27,6 +27,7 @@ struct lacp_settings {
     uint16_t priority;
     bool active;
     bool fast;
+    bool strict;
 };
 
 void lacp_init(void);