Uploaded image for project: 'l2switch'
  1. l2switch
  2. L2SWITCH-51

/l2switch/arphandler/core/ProactiveFloodFlowWriter.java function installFloodFlows does not set action outport properly

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • unspecified
    • None
    • General
    • None
    • Operating System: Linux
      Platform: PC

    • 4019
    • Normal

    Description

      l2switch/arphandler/core/ProactiveFloodFlowWriter.java function installFloodFlows line 267 outputActions does not set action outport properly. (Check with wireshark).

      outputActions should be ImmutableList.

      Workaround solution:

      for (Action actionItem: outputActions) {
      ApplyActions applyActions = new ApplyActionsBuilder().setAction(ImmutableLL
      ist.of(actionItem)).build();

      writeFlowToSwitch(node.getId(), floodFlowBuilder.build());
      }

      Attachments

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

        Activity

          People

            ajayl.bro@gmail.com Ajay L
            sudeepksingh@gmail.com Sudeep Kumar Singh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: