| DPDK
    18.11.11
    | 
#include <rte_ether.h>
| Data Fields | |
| uint32_t | vx_flags | 
| uint32_t | vx_vni | 
VXLAN protocol header. Contains the 8-bit flag, 24-bit VXLAN Network Identifier and Reserved fields (24 bits and 8 bits)
Definition at line 292 of file rte_ether.h.
| uint32_t vx_flags | 
flag (8) + Reserved (24).
Definition at line 293 of file rte_ether.h.
| uint32_t vx_vni | 
VNI (24) + Reserved (8).
Definition at line 294 of file rte_ether.h.
 1.8.9.1
 1.8.9.1