OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
Data Fields
ofdpaUnicastRoutingFlowMatch_s Struct Reference

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
 

Detailed Description

Unicast Routing Flow Table Match.

Definition at line 1028 of file ofdpa_datatypes.h.

Field Documentation

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

IP Mask.

Must be prefix mask

Definition at line 1047 of file ofdpa_datatypes.h.

uint16_t ofdpaUnicastRoutingFlowMatch_s::etherType

Ethertype.

Must be 0x0800 or 0x86dd

Definition at line 1031 of file ofdpa_datatypes.h.


The documentation for this struct was generated from the following file: