public interface VirtualFlowRuleProvider extends VirtualProvider
FlowRule.| Modifier and Type | Method and Description |
|---|---|
void |
applyFlowRule(NetworkId networkId,
org.onosproject.net.flow.FlowRule... flowRules)
Instructs the provider to apply the specified flow rules to their
respective virtual devices.
|
void |
removeFlowRule(NetworkId networkId,
org.onosproject.net.flow.FlowRule... flowRules)
Instructs the provider to remove the specified flow rules to their
respective virtual devices.
|
void applyFlowRule(NetworkId networkId, org.onosproject.net.flow.FlowRule... flowRules)
networkId - the identity of the virtual network where this rule appliesflowRules - one or more flow rulesvoid removeFlowRule(NetworkId networkId, org.onosproject.net.flow.FlowRule... flowRules)
networkId - the identity of the virtual network where this rule appliesflowRules - one or more flow rules