X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.c;h=e95ee0aae57a3703abaa599ab31b344a4c5fc3d1;hb=e3fdfed11b8c56aa6a8deffe11a552fed7e7adbc;hp=84c373f1238c66dfaf08bd96241f86ece791656d;hpb=7793a4aaeb0d550d71fab4b7a5c075b0526c8b05;p=sliver-openvswitch.git diff --git a/vswitchd/ovs-vswitchd.c b/vswitchd/ovs-vswitchd.c index 84c373f12..e95ee0aae 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; }