| Package | Description |
|---|---|
| org.opendaylight.vtn.manager.internal.util.flow.action |
This package contains utility classes for flow action management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlowFilterAction
FlowFilterAction descrbes the flow action which can be configured
in a flow filter. |
class |
VTNDlAddrAction
VTNDlAddrAction describes the flow action that sets the MAC address
into Ethernet header. |
class |
VTNDropAction
VTNDropAction describes the flow action that discards every packet. |
class |
VTNInetAddrAction
VTNInetAddrAction describes the flow action that sets the IP address
into IP header. |
class |
VTNOutputAction
VTNOutputAction describes the flow action that transmits packet to
the specified switch port. |
class |
VTNPopVlanAction
VTNPopVlanAction describes the flow action that strips the outermost
VLAN tag. |
class |
VTNPortAction
VTNPortAction describes the flow action that sets the port number
for IP transport layer protocol into packet. |
class |
VTNPushVlanAction
VTNPushVlanAction describes the flow action that adds a VLAN tag
into packet. |
class |
VTNSetDlDstAction
VTNSetDlDstAction describes the flow action that sets the
destination MAC address into Ethernet header. |
class |
VTNSetDlSrcAction
VTNSetDlSrcAction describes the flow action that sets the source
MAC address into Ethernet header. |
class |
VTNSetIcmpCodeAction
VTNSetIcmpCodeAction describes the flow action that sets the
ICMP code into ICMP header. |
class |
VTNSetIcmpTypeAction
VTNSetIcmpTypeAction describes the flow action that sets the
ICMP type into ICMP header. |
class |
VTNSetInetDscpAction
VTNSetInetDscpAction describes the flow action that sets the DSCP
value into IP header. |
class |
VTNSetInetDstAction
VTNSetInetDstAction describes the flow action that sets the
destination IP address into IP header. |
class |
VTNSetInetSrcAction
VTNSetInetSrcAction describes the flow action that sets the
source IP address into IP header. |
class |
VTNSetPortDstAction
VTNSetPortDstAction describes the flow action that sets the
destination port number for IP transport layer protocol into packet. |
class |
VTNSetPortSrcAction
VTNSetPortSrcAction describes the flow action that sets the source
port number for IP transport layer protocol into packet. |
class |
VTNSetVlanIdAction
VTNSetVlanIdAction describes the flow action that sets the VLAN ID
into VLAN tag. |
class |
VTNSetVlanPcpAction
VTNSetVlanPcpAction describes the flow action that sets the VLAN
priority into the IEEE 802.1Q VLAN tag. |
| Modifier and Type | Method and Description |
|---|---|
VTNActionList |
VTNActionList.addAll(Collection<? extends VTNFlowAction> c)
Append all flow actions in the given collection to the tail of the
action list.
|
Copyright © 2018 OpenDaylight. All rights reserved.