| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.packet.cache | |
| org.opendaylight.vtn.manager.internal.util.flow.action |
This package contains utility classes for flow action management.
|
| org.opendaylight.vtn.manager.internal.util.flow.filter |
This package contains utility classes for flow filter management.
|
| org.opendaylight.vtn.manager.internal.vnode |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedPacketContext
CachedPacketContext describes a runtime context to handle packet
represented by CachedPacket. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VTNSetIcmpCodeAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetDlDstAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetPortDstAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetPortSrcAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetIcmpTypeAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetInetDstAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetInetSrcAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetVlanPcpAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetDlSrcAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
boolean |
VTNSetInetDscpAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
abstract boolean |
FlowFilterAction.apply(FlowActionContext ctx)
Apply this flow action to the given packet.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowFilterContext
FlowFilterContext describes a runtime context to evaluate
flow filter against packets. |
| Modifier and Type | Class and Description |
|---|---|
class |
PacketContext
PacketContext class describes the context of received packet. |
Copyright © 2018 OpenDaylight. All rights reserved.