Merge changes from citrix branch into master.
[openvswitch] / utilities / ovs-discover.c
index 047410546eb6236ba33b90fb6db096d6adaaa4ca..8c83cac9ef223efc779675859e322522b09c114d 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