From 065825e9e8677759d3dce93627150de2e3d4320d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 2 Mar 2012 14:09:58 -0800 Subject: [PATCH] connmgr: Make "enable-async-messages" work for primary controllers too. I only tested this feature with service controllers. Bug #9964. Reported-by: James Schmidt Signed-off-by: Ben Pfaff --- AUTHORS | 1 + ofproto/connmgr.c | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 6a83514b..cdf6ce6e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -95,6 +95,7 @@ Henrik Amren henrik@nicira.com Jacob Cherkas jcherkas@nicira.com Jad Naous jnaous@gmail.com Jamal Hadi Salim hadi@cyberus.ca +James Schmidt jschmidt@nicira.com Jan Medved jmedved@juniper.net Janis Hamme janis.hamme@student.kit.edu Jari Sundell sundell.software@gmail.com diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index 69534c3d..c820ad5d 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -1087,6 +1087,7 @@ ofconn_reconfigure(struct ofconn *ofconn, const struct ofproto_controller *c) int probe_interval; ofconn->band = c->band; + ofconn->enable_async_msgs = c->enable_async_msgs; rconn_set_max_backoff(ofconn->rconn, c->max_backoff); -- 2.30.2