datapath: Get rid of query operations for single flows.
[openvswitch] / vswitchd / ovs-vswitchd.c
index 84c373f1238c66dfaf08bd96241f86ece791656d..e95ee0aae57a3703abaa599ab31b344a4c5fc3d1 100644 (file)
@@ -93,7 +93,9 @@ main(int argc, char *argv[])
             vlog_reopen_log_file();
             reconfigure();
         }
-        mgmt_run();
+        if (mgmt_run()) {
+            need_reconfigure = true;
+        }
         if (bridge_run()) {
             need_reconfigure = true;
         }