Package | Description |
---|---|
org.opendaylight.vtn.manager.internal.util.flow.action |
This package contains utility classes for flow action management.
|
org.opendaylight.vtn.manager.internal.util.flow.cond |
This package contains utility classes for flow condition management.
|
org.opendaylight.vtn.manager.internal.util.flow.filter |
This package contains utility classes for flow filter management.
|
org.opendaylight.vtn.manager.util |
This package provides various utility classes.
|
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 |
VTNInetAddrAction
VTNInetAddrAction describes the flow action that sets the IP address
into IP header. |
class |
VTNPortAction
VTNPortAction describes the flow action that sets the port number
for IP transport layer protocol 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 |
VTNSetVlanPcpAction
VTNSetVlanPcpAction describes the flow action that sets the VLAN
priority into the IEEE 802.1Q VLAN tag. |
Modifier and Type | Class and Description |
---|---|
class |
VTNFlowCondition
VTNFlowCondition describes configuration for a flow condition. |
class |
VTNFlowMatch
VTNFlowMatch describes the condition to match against packtes
in a flow condition. |
Modifier and Type | Class and Description |
---|---|
class |
VTNDropFilter
VTNDropFilter describes configuration information about flow
filter which discards packets. |
class |
VTNFlowFilter
VTNFlowFilter describes configuration information about flow filter. |
class |
VTNPassFilter
VTNPassFilter describes configuration information about flow
filter which lets packets through the virtual node in the VTN. |
class |
VTNRedirectFilter
VTNRedirectFilter describes configuration information about flow
filter which forwards packets to another virtual interface. |
Modifier and Type | Method and Description |
---|---|
int |
VTNIdentifiableComparator.compare(VTNIdentifiable<T> o1,
VTNIdentifiable<T> o2)
Compare the given two
VTNIdentifiable instances. |
int |
VTNIdentifiableComparator.compare(VTNIdentifiable<T> o1,
VTNIdentifiable<T> o2)
Compare the given two
VTNIdentifiable instances. |
Copyright © 2018 OpenDaylight. All rights reserved.