DPDK  19.08.2
Data Fields
rte_flow_item_vxlan Struct Reference

#include <rte_flow.h>

Data Fields

uint8_t flags
 
uint8_t rsvd0 [3]
 
uint8_t vni [3]
 
uint8_t rsvd1
 

Detailed Description

RTE_FLOW_ITEM_TYPE_VXLAN.

Matches a VXLAN header (RFC 7348).

Definition at line 764 of file rte_flow.h.

Field Documentation

uint8_t flags

Normally 0x08 (I flag).

Definition at line 765 of file rte_flow.h.

uint8_t rsvd0[3]

Reserved, normally 0x000000.

Definition at line 766 of file rte_flow.h.

uint8_t vni[3]

VXLAN identifier.

Definition at line 767 of file rte_flow.h.

uint8_t rsvd1

Reserved, normally 0x00.

Definition at line 768 of file rte_flow.h.


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