Committed by
Gerrit Code Review
Implement OFActionSetQueue (OpenFlow 1.3 only)
Action "Set-Queue" (OFPAT_SET_QUEUE) is not yet implemented. This patch adds such a QUEUE Treatment and implements it using the Set-Queue action of OpenFlow 1.3. The --setQueue parameter can be used when defining intents so that flows with the respective Set-Queue action are installed. This includes contributions by Michael Jarschel and Arne Schwabe and is the result of our ONOS Hackaton project at EWSDN 2015. Change-Id: Ie7bf01e8fd90fe68977477327ac4f53d7930e186
Showing
7 changed files
with
96 additions
and
1 deletions
providers/openflow/flow/src/main/java/org/onosproject/provider/of/flow/impl/FlowModBuilderVer13.java
-
Please register or login to post a comment