OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
Unicast Routing Flow Table Match. More...
#include <ofdpa_datatypes.h>
Data Fields | |
in_addr_t | dstIp4 |
Destination IPv4 address stored in host byte order. | |
in_addr_t | dstIp4Mask |
IP mask stored in host byte order. | |
struct in6_addr | dstIp6 |
Destination IPv6 address. | |
struct in6_addr | dstIp6Mask |
IP Mask. | |
uint16_t | etherType |
Ethertype. | |
uint16_t | vrf |
VRF. | |
uint16_t | vrfMask |
Unicast Routing Flow Table Match.
Definition at line 1028 of file ofdpa_datatypes.h.
in_addr_t ofdpaUnicastRoutingFlowMatch_s::dstIp4 |
Destination IPv4 address stored in host byte order.
Must be unicast address
Definition at line 1038 of file ofdpa_datatypes.h.
in_addr_t ofdpaUnicastRoutingFlowMatch_s::dstIp4Mask |
IP mask stored in host byte order.
Must be prefix mask
Definition at line 1041 of file ofdpa_datatypes.h.
struct in6_addr ofdpaUnicastRoutingFlowMatch_s::dstIp6 |
Destination IPv6 address.
Must be unicast address
Definition at line 1044 of file ofdpa_datatypes.h.
struct in6_addr ofdpaUnicastRoutingFlowMatch_s::dstIp6Mask |
uint16_t ofdpaUnicastRoutingFlowMatch_s::etherType |