Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-13

ForwardingRulesManager.addEntriesInternal has addFlow and addFlowAsync reversed

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • 0.4.0
    • None
    • adsal
    • None
    • Operating System: All
      Platform: All

    • 16

    Description

      In ForwardingRulesManager.addEntriesInternal

      // Install the flow on the network node
      Status status = (async)?
      programmer.addFlowAsync(entry.getNode(), entry.getInstall()
      .getFlow()) :
      programmer.addFlow(entry.getNode(), entry.getInstall()
      .getFlow());

      The asynchronous and normal call is reversed.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kahom@cisco.com Kalvin Hom
            kahom@cisco.com Kalvin Hom
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: