commit | 8b4b059b52bfb19ccdb1987ad2cbf0e07188a784 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Wed Apr 10 04:33:33 2013 +0000 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Wed Apr 10 04:33:33 2013 +0000 |
tree | 84f9c3987002f9ef08a83056bbb461ffcf26d7bc | |
parent | eb0ba6181990201ba69548fbaf10dedbc3c5011f [diff] |
Don't do the shortest path computation when adding flows via method FlowManager::addAndMaintainShortestPathFlow() Instead, let the Flow reconciliation thread to it. This should add-back the speeding of adding flows that are suppose to be monitored by ONOS, Reference: commit 3739fa44b5603579ced3f21cdd443f35c5ff19aa fixed a bug, but adding of flows was slower.