public class ClassifierRspUpdateProcessor extends Object
| Constructor and Description |
|---|
ClassifierRspUpdateProcessor(LogicallyAttachedClassifier theClassifierInterface) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowDetails> |
processClassifier(SclServiceFunctionForwarder theClassifier,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl theAcl,
RenderedServicePath theRsp)
Process adding classifier flows upon a RenderedServicePath update.
|
public ClassifierRspUpdateProcessor(LogicallyAttachedClassifier theClassifierInterface)
public List<FlowDetails> processClassifier(SclServiceFunctionForwarder theClassifier, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.access.control.list.rev160218.access.lists.Acl theAcl, RenderedServicePath theRsp)
theClassifier - the classifier node to be addedtheAcl - the ACL we want to install in the classifiertheRsp - the RenderedServicePath object for which we will
re-install the classifier flowsFlowDetails having all the generated flows,
which will be later installedCopyright © 2017 OpenDaylight. All rights reserved.