public interface FlowModAdvisor
Modifier and Type | Method and Description |
---|---|
List<OfmFlowMod> |
adjustFlowMod(DataPathInfo dpi,
OfmFlowMod fm)
Adjusts the specified flowmod for the specified datapath, as might be
necessary based on the nuances of the device, returning one or more
flowmods as a result.
|
List<OfmFlowMod> |
getDefaultFlowMods(DataPathInfo dpi)
Returns the default set of flow mods to be installed on the
specified datapath.
|
List<OfmFlowMod> getDefaultFlowMods(DataPathInfo dpi)
dpi
- target datapath informationList<OfmFlowMod> adjustFlowMod(DataPathInfo dpi, OfmFlowMod fm)
dpi
- target datapath informationfm
- the flowmod to adjustCopyright © 2015. All Rights Reserved.