summaryrefslogtreecommitdiff
path: root/ofproto/bond.c
diff options
context:
space:
mode:
Diffstat (limited to 'ofproto/bond.c')
-rw-r--r--ofproto/bond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/bond.c b/ofproto/bond.c
index d11d7ccca..365a3ca7f 100644
--- a/ofproto/bond.c
+++ b/ofproto/bond.c
@@ -1159,7 +1159,7 @@ bond_rebalance(struct bond *bond)
}
bond->next_rebalance = time_msec() + bond->rebalance_interval;
- use_recirc = bond->ofproto->backer->support.odp.recirc &&
+ use_recirc = bond->ofproto->backer->rt_support.odp.recirc &&
bond_may_recirc(bond);
if (use_recirc) {