ofproto: Add "fast path".
[sliver-openvswitch.git] / vswitchd / ovs-vswitchd.c
index 359e3ab..177c73c 100644 (file)
@@ -91,7 +91,9 @@ main(int argc, char *argv[])
         if (signal_poll(sighup)) {
             vlog_reopen_log_file();
         }
+        bridge_run_fast();
         bridge_run();
+        bridge_run_fast();
         unixctl_server_run(unixctl);
         netdev_run();