ovs-ofctl: Use vconn_open() instead of vconn_open_block() in open_vconn__().
authorBen Pfaff <blp@nicira.com>
Fri, 4 Jan 2013 20:37:17 +0000 (12:37 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 24 Jan 2013 22:57:22 +0000 (14:57 -0800)
commit539b741f5999e22de02b14a35cc3e3855e2dc51d
treee1f7da3daf54bab8480d2383b53d7118308c1812
parentf72f0c4749a81834fd0b6aa4a78071c1d9d71c11
ovs-ofctl: Use vconn_open() instead of vconn_open_block() in open_vconn__().

All of the paths in open_vconn__(), except the one path that calls
vconn_open() directly, just start the connection and do not block until
it completes.  This changes the remaining path to work the same way.

This will be important in an upcoming commit when in some cases we need to
take an action between opening and connecting.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
utilities/ovs-ofctl.c