[L2SWITCH-51] /l2switch/arphandler/core/ProactiveFloodFlowWriter.java function installFloodFlows does not set action outport properly Created: 20/Jul/15  Updated: 24/Feb/16  Resolved: 24/Feb/16

Status: Resolved
Project: l2switch
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Sudeep Kumar Singh Assignee: Ajay L
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: Linux
Platform: PC


External issue ID: 4019
Priority: 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());
}



 Comments   
Comment by Ajay L [ 18/Feb/16 ]

https://git.opendaylight.org/gerrit/#/c/34855/

Generated at Wed Feb 07 20:05:47 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.