Add macros for parsing MAC addresses from strings.
[sliver-openvswitch.git] / vswitchd / ovs-vswitchd.c
index 01a0e7e..8c87fea 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;
         }