Merge 'master' into 'next'.
[openvswitch] / ofproto / ofproto.h
index ed8d45b3f11fa69b3581492a8d71f9037264feb0..ea9f98b3d391f5e90a8b3defed256dfbf7435d75 100644 (file)
@@ -187,6 +187,7 @@ struct ofproto_bundle_settings {
     unsigned long *trunks;      /* vlan_bitmap, NULL to trunk all VLANs. */
 
     struct bond_settings *bond; /* Must be nonnull iff if n_slaves > 1. */
+    uint32_t *bond_stable_ids;  /* Array of n_slaves elements. */
 
     struct lacp_settings *lacp;              /* Nonnull to enable LACP. */
     struct lacp_slave_settings *lacp_slaves; /* Array of n_slaves elements. */