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

Multicast Routing Flow Table Match. More...

#include <ofdpa_datatypes.h>

Data Fields

in_addr_t dstIp4
 Destination IPv4 address stored in host byte order.
 
struct in6_addr dstIp6
 Destination IPv6 Address.
 
uint16_t etherType
 Ethertype.
 
in_addr_t srcIp4
 Source IPv4 address stored in host byte order.
 
in_addr_t srcIp4Mask
 IP Mask stored in host byte order.
 
struct in6_addr srcIp6
 Source IPv6 Address.
 
struct in6_addr srcIp6Mask
 IP Mask.
 
uint16_t vlanId
 VLAN Id.
 
uint16_t vrf
 VRF.
 
uint16_t vrfMask
 

Detailed Description

Multicast Routing Flow Table Match.

Definition at line 1076 of file ofdpa_datatypes.h.

Field Documentation

in_addr_t ofdpaMulticastRoutingFlowMatch_s::dstIp4

Destination IPv4 address stored in host byte order.

Must be multicast address

Definition at line 1095 of file ofdpa_datatypes.h.

struct in6_addr ofdpaMulticastRoutingFlowMatch_s::dstIp6

Destination IPv6 Address.

Must be multicast address

Definition at line 1104 of file ofdpa_datatypes.h.

uint16_t ofdpaMulticastRoutingFlowMatch_s::etherType

Ethertype.

Must be 0x0800 or 0x86dd

Definition at line 1079 of file ofdpa_datatypes.h.

in_addr_t ofdpaMulticastRoutingFlowMatch_s::srcIp4

Source IPv4 address stored in host byte order.

Optional, can contain IPv4 address, must be completely masked if not used

Definition at line 1089 of file ofdpa_datatypes.h.

struct in6_addr ofdpaMulticastRoutingFlowMatch_s::srcIp6

Source IPv6 Address.

Optional. Can contain IPv6 address, must be completely masked if not used

Definition at line 1098 of file ofdpa_datatypes.h.


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