I only tested this feature with service controllers. Bug #9964. Reported-by: James Schmidt <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- AUTHORS | 1 + ofproto/connmgr.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/AUTHORS b/AUTHORS index 6a83514..cdf6ce6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -95,6 +95,7 @@ Henrik Amren [email protected] Jacob Cherkas [email protected] Jad Naous [email protected] Jamal Hadi Salim [email protected] +James Schmidt [email protected] Jan Medved [email protected] Janis Hamme [email protected] Jari Sundell [email protected] diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index 69534c3..c820ad5 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); -- 1.7.2.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
