FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_af_packet_create_t Struct Reference

Create host-interface. More...

Data Fields

u32 client_index
 
u32 context
 
u8 host_if_name [64]
 
u8 hw_addr [6]
 
u8 use_random_hw_addr
 

Detailed Description

Create host-interface.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
host_if_name- interface name
hw_addr- interface MAC
use_random_hw_addr- use random generated MAC

Definition at line 23 of file af_packet.api.

Field Documentation

u32 vl_api_af_packet_create_t::client_index

Definition at line 25 of file af_packet.api.

u32 vl_api_af_packet_create_t::context

Definition at line 26 of file af_packet.api.

u8 vl_api_af_packet_create_t::host_if_name[64]

Definition at line 28 of file af_packet.api.

u8 vl_api_af_packet_create_t::hw_addr[6]

Definition at line 29 of file af_packet.api.

u8 vl_api_af_packet_create_t::use_random_hw_addr

Definition at line 30 of file af_packet.api.


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