From: Ben Pfaff Date: Fri, 2 Mar 2012 22:09:58 +0000 (-0800) Subject: connmgr: Make "enable-async-messages" work for primary controllers too. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1d5260da440959adfc1b2be7a4b476e7970bf08d;p=sliver-openvswitch.git 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 --- diff --git a/AUTHORS b/AUTHORS index 150d1bbf1..cf234385c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -89,6 +89,7 @@ Hector Oron hector.oron@gmail.com Henrik Amren henrik@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 46d6d7962..d74cbb353 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -978,6 +978,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);