X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-discover.c;h=dc91bce3d3d23d9c2958cc27f6e332b7fee9337a;hb=72b0630028e94a24d92a7c14cd7bce96a252a3f5;hp=308c40531e2869f3498ec21677b46291592fdee7;hpb=e7bd7d78b1e1dbc2162f991374c7889c7d7bf60c;p=openvswitch diff --git a/utilities/ovs-discover.c b/utilities/ovs-discover.c index 308c4053..dc91bce3 100644 --- a/utilities/ovs-discover.c +++ b/utilities/ovs-discover.c @@ -48,7 +48,7 @@ static int n_ifaces; /* --accept-vconn: Regular expression specifying the class of controller vconns * that we will accept during autodiscovery. */ -static const char *accept_controller_re = ".*"; +static const char *accept_controller_re = "tcp:.*"; static regex_t accept_controller_regex; /* --exit-without-bind: Exit after discovering the controller, without binding