Committed by
Jonathan Hart
Traffic Treatements now support deferred, immediate, table, and clear instructions.
By default, treatments are all immediate. Treatments will be deferred if the builder predicated by deferred(). Subsequent treatments will be deferred until immediate is called on the builder again. Multiple calls to deferred and immediate are permitted. Change-Id: I76b3a44f2219fc1e72a7fb41b72d7bd602be85b7
Showing
13 changed files
with
240 additions
and
78 deletions
This diff is collapsed. Click to expand it.
providers/openflow/flow/src/main/java/org/onosproject/provider/of/flow/impl/FlowModBuilderVer13.java
-
Please register or login to post a comment