public class Ofdpa3GroupHandler extends Ofdpa2GroupHandler
deviceId, flowObjectiveStore, groupService, pendingBuckets, storageService| Constructor and Description |
|---|
Ofdpa3GroupHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected OfdpaGroupHandlerUtility.GroupInfo |
createL2L3Chain(org.onosproject.net.flow.TrafficTreatment treatment,
int nextId,
org.onosproject.core.ApplicationId appId,
boolean mpls,
org.onosproject.net.flow.TrafficSelector meta)
Creates one of two possible group-chains from the treatment
passed in.
|
protected void |
processPwNextObjective(org.onosproject.net.flowobjective.NextObjective nextObjective)
Processes the pseudo wire related next objective.
|
addBucketToGroup, addGroup, addPendingRemoveNextObjective, addPendingUpdateNextObjective, createEcmpHashBucketChains, createL2L3ChainInternal, createMplsSwap, getNextAvailableIndex, init, modifyBucketFromGroup, modifyBucketInL2Group, modifyBucketInL3Group, processEcmpHashedNextObjective, processPendingAddGroupsOrNextObjs, processPendingRemoveNextObjs, processPendingUpdateNextObjs, removeBucket, removeBucketFromGroup, removeGroup, requireAllowVlanTransition, requireVlanPopBeforeMplsPush, supportCopyTtl, supportSetMplsBos, updatePendingGroups, updatePendingNextObjective, verifyGroupprotected OfdpaGroupHandlerUtility.GroupInfo createL2L3Chain(org.onosproject.net.flow.TrafficTreatment treatment, int nextId, org.onosproject.core.ApplicationId appId, boolean mpls, org.onosproject.net.flow.TrafficSelector meta)
Ofdpa2GroupHandlercreateL2L3Chain in class Ofdpa2GroupHandlertreatment - that needs to be broken up to create the group chainnextId - of the next objective that needs this group chainappId - of the application that sent this next objectivempls - determines if L3Unicast or MPLSInterface group is createdmeta - metadata passed in by the application as part of the nextObjectiveprotected void processPwNextObjective(org.onosproject.net.flowobjective.NextObjective nextObjective)
Ofdpa2GroupHandlerprocessPwNextObjective in class Ofdpa2GroupHandlernextObjective - the objective to process.