Reduce default probe interval to 5 seconds (and fail-open timeout to 15).
[openvswitch] / vswitchd / ovs-vswitchd.c
index 01a0e7edf2d03e50cc37b205715278f39c1dc9c2..8c87feab80ed7a1908c91872246e64d02cb9182b 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;
         }