xenserver: Only consider the host we are running on in interface-reconfigure.
[openvswitch] / utilities / ovs-openflowd.c
index f60dea5a47777ccdfd17b39673381671fae81fbc..5dd77c056e64f941694f1eae16005db9ba910a2f 100644 (file)
@@ -195,10 +195,12 @@ main(int argc, char *argv[])
         }
         unixctl_server_run(unixctl);
         dp_run();
+        netdev_run();
 
         ofproto_wait(ofproto);
         unixctl_server_wait(unixctl);
         dp_wait();
+        netdev_wait();
         poll_block();
     }