Package | Description |
---|---|
etri.sdn.controller.module.flowcache |
Modifier and Type | Field and Description |
---|---|
OFMatchWithSwDpid |
QRFlowCacheObj.ofmWithSwDpid
The open flow match object.
|
OFMatchWithSwDpid |
OFMatchReconcile.ofmWithSwDpid
The open flow match after reconciliation.
|
Modifier and Type | Method and Description |
---|---|
OFMatchWithSwDpid |
OFMatchWithSwDpid.setSwitchDataPathId(long dpid) |
Modifier and Type | Method and Description |
---|---|
boolean |
IFlowCacheService.addFlow(MessageContext cntx,
OFMatchWithSwDpid ofm,
java.lang.Long cookie,
SwitchPort swPort,
short priority,
byte action)
Add a flow to the flow-cache - called when a flow-mod is about to be
written to a set of switches.
|
boolean |
IFlowCacheService.addFlow(java.lang.String appInstName,
OFMatchWithSwDpid ofm,
java.lang.Long cookie,
long srcSwDpid,
short inPort,
short priority,
byte action)
Add a flow to the flow-cache - called when a flow-mod is about to be
written to a set of switches.
|