aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-02-04 18:28:57 -0800
committerEthan Jackson <ethan@nicira.com>2013-02-05 12:50:15 -0800
commitdf53d41c6da0ef093272666091e74155bbaf4d11 (patch)
tree0bc57d0477b3042eaced80fde40a7433a23f6438 /ofproto/ofproto.h
parentb02475c53b3ca857c45eb5e17d12fdf233a9dac8 (diff)
bond: Remove stable bond mode.
Stable bond mode, along with autopath, were trying to implement functionality close to what we get from the bundle action. Unfortunately, they are quite clunky, and generally less useful than bundle, so they're being removed. Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'ofproto/ofproto.h')
-rw-r--r--ofproto/ofproto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h
index 413472af..9e55f650 100644
--- a/ofproto/ofproto.h
+++ b/ofproto/ofproto.h
@@ -282,7 +282,6 @@ struct ofproto_bundle_settings {
bool use_priority_tags; /* Use 802.1p tag for frames in VLAN 0? */
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. */