X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=utilities%2Fovs-ofctl.c;h=7794043195fabedd9fe3189e0fcc3fe3bcf650bb;hb=539b741f5999e22de02b14a35cc3e3855e2dc51d;hp=2ffe3d5e6f90c21f13c8978f35e10acde6003a6a;hpb=f72f0c4749a81834fd0b6aa4a78071c1d9d71c11;p=sliver-openvswitch.git diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 2ffe3d5e6..779404319 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -387,8 +387,7 @@ open_vconn__(const char *name, const char *default_suffix, free(datapath_type); if (strchr(name, ':')) { - run(vconn_open_block(name, get_allowed_ofp_versions(), DSCP_DEFAULT, - vconnp), + run(vconn_open(name, get_allowed_ofp_versions(), DSCP_DEFAULT, vconnp), "connecting to %s", name); } else if (!open_vconn_socket(name, vconnp)) { /* Fall Through. */