Make ovs-appctl easier to use and synchronize its interface with ovs-vsctl.
[openvswitch] / vswitchd / ovs-brcompatd.c
index d4a59c342419eabb466991b0301d7e1271f2e2e4..99d08c5bd4337e4540bc26c60f5a287dc5fe3abf 100644 (file)
@@ -1165,10 +1165,7 @@ parse_options(int argc, char *argv[])
     char *short_options = long_options_to_short_options(long_options);
     int error;
 
-    appctl_command = xasprintf("%s/ovs-appctl -t "
-                               "%s/ovs-vswitchd.`cat %s/ovs-vswitchd.pid`.ctl "
-                               "-e '%%s'",
-                               ovs_bindir, ovs_rundir, ovs_rundir);
+    appctl_command = xasprintf("%s/ovs-appctl %%s", ovs_bindir);
     for (;;) {
         int c;