miniflow: Use 64-bit map.
[sliver-openvswitch.git] / lib / bond.h
index f80fead..5b3814e 100644 (file)
@@ -53,6 +53,7 @@ struct bond_settings {
 
     /* Legacy compatibility. */
     bool fake_iface;            /* Update fake stats for netdev 'name'? */
+    bool lacp_fallback_ab_cfg;  /* Fallback to active-backup on LACP failure. */
 };
 
 /* Program startup. */