]> git.proxmox.com Git - ovs.git/blobdiff - utilities/ovs-discover.c
Merge citrix into master.
[ovs.git] / utilities / ovs-discover.c
index 308c40531e2869f3498ec21677b46291592fdee7..dc91bce3d3d23d9c2958cc27f6e332b7fee9337a 100644 (file)
@@ -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