* Implement method FlowManager::reconcileFlows()
  Note: for simplicity, we don't compare the old and the new paths,
  because it is error-prone.
  Instead, we delete all old flow entries, and add the new flow entries,
  even if some of those entries haven't changed.
  In the future we should perform the appropriate comparison.

* Change addAndMaintainShortestPathFlow() to return the computed
  (shortest) flow path.
4 files changed