X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;h=d74cbb3530d63172b6dbabd129ee2c5bec9606c0;hb=1d5260da440959adfc1b2be7a4b476e7970bf08d;hp=46d6d7962ff72561ea113746543b784ba946c39a;hpb=548349603423bea41ec2989583231c1a117f6a9e;p=sliver-openvswitch.git 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);