Commit c225df30ff02bf35bd78efc54abe52be8ddb5bbe
1 parent
cf6073dc
debug RTCP flow action
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/net/floodlightcontroller/pelstats/PELStats.java
| ... | ... | @@ -373,7 +373,7 @@ public class PELStats implements IFloodlightModule, IOFMessageListener, RestAPIP |
| 373 | 373 | OFmessage.setMatch(OFmatch); |
| 374 | 374 | |
| 375 | 375 | actions= new ArrayList<OFAction>(1); |
| 376 | - enqueue=new OFActionEnqueue((short)1,queueInfos.get(sw).get(0)); | |
| 376 | + enqueue=new OFActionEnqueue((short)2,queueInfos.get(sw).get(0)); | |
| 377 | 377 | actions.add(enqueue); |
| 378 | 378 | |
| 379 | 379 | OFmessage.setActions(actions); | ... | ... |