connmgr: Make "enable-async-messages" work for primary controllers too.
[sliver-openvswitch.git] / ofproto / connmgr.c
index 46d6d79..d74cbb3 100644 (file)
@@ -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);