See: Description
| Interface | Description |
|---|---|
| FlowActionContext |
FlowActionContext describes a context to apply flow actions
configured in a flow filter to packet. |
| Class | Description |
|---|---|
| FlowActionConverter |
FlowActionConverter is an utility for conversion of flow action
variants. |
| FlowActionUtils |
FlowActionUtils class is a collection of utility class methods for
flow action handling. |
| FlowFilterAction |
FlowFilterAction descrbes the flow action which can be configured
in a flow filter. |
| VTNActionList |
VTNActionList is a utility to construct a list of flow actions
in a flow entry. |
| VTNDlAddrAction |
VTNDlAddrAction describes the flow action that sets the MAC address
into Ethernet header. |
| VTNDropAction |
VTNDropAction describes the flow action that discards every packet. |
| VTNFlowAction |
VTNFlowAction descrbes the abstracted flow action. |
| VTNInetAddrAction |
VTNInetAddrAction describes the flow action that sets the IP address
into IP header. |
| VTNOutputAction |
VTNOutputAction describes the flow action that transmits packet to
the specified switch port. |
| VTNPopVlanAction |
VTNPopVlanAction describes the flow action that strips the outermost
VLAN tag. |
| VTNPortAction |
VTNPortAction describes the flow action that sets the port number
for IP transport layer protocol into packet. |
| VTNPushVlanAction |
VTNPushVlanAction describes the flow action that adds a VLAN tag
into packet. |
| VTNSetDlDstAction |
VTNSetDlDstAction describes the flow action that sets the
destination MAC address into Ethernet header. |
| VTNSetDlSrcAction |
VTNSetDlSrcAction describes the flow action that sets the source
MAC address into Ethernet header. |
| VTNSetIcmpCodeAction |
VTNSetIcmpCodeAction describes the flow action that sets the
ICMP code into ICMP header. |
| VTNSetIcmpTypeAction |
VTNSetIcmpTypeAction describes the flow action that sets the
ICMP type into ICMP header. |
| VTNSetInetDscpAction |
VTNSetInetDscpAction describes the flow action that sets the DSCP
value into IP header. |
| VTNSetInetDstAction |
VTNSetInetDstAction describes the flow action that sets the
destination IP address into IP header. |
| VTNSetInetSrcAction |
VTNSetInetSrcAction describes the flow action that sets the
source IP address into IP header. |
| VTNSetPortDstAction |
VTNSetPortDstAction describes the flow action that sets the
destination port number for IP transport layer protocol into packet. |
| VTNSetPortSrcAction |
VTNSetPortSrcAction describes the flow action that sets the source
port number for IP transport layer protocol into packet. |
| VTNSetVlanIdAction |
VTNSetVlanIdAction describes the flow action that sets the VLAN ID
into VLAN tag. |
| VTNSetVlanPcpAction |
VTNSetVlanPcpAction describes the flow action that sets the VLAN
priority into the IEEE 802.1Q VLAN tag. |
Copyright © 2018 OpenDaylight. All rights reserved.