aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/ovs-vswitchd.c
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-07-01 11:31:37 -0700
committerJustin Pettit <jpettit@nicira.com>2009-07-01 11:31:37 -0700
commite3fdfed11b8c56aa6a8deffe11a552fed7e7adbc (patch)
treeea1bdad12f58bda91335d4e332ad1f7945770473 /vswitchd/ovs-vswitchd.c
parent7793a4aaeb0d550d71fab4b7a5c075b0526c8b05 (diff)
parent952efc486da04bcb8c9d6ad01383e28632b7d140 (diff)
Merge commit 'origin/citrix'
Diffstat (limited to 'vswitchd/ovs-vswitchd.c')
-rw-r--r--vswitchd/ovs-vswitchd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c
index 84c373f1..e95ee0aa 100644
--- a/vswitchd/ovs-vswitchd.c
+++ b/vswitchd/ovs-vswitchd.c
@@ -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;
}