FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_af_packet_create_t Struct Reference

Create host-interface. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_mac_address_t hw_addr
 
bool use_random_hw_addr
 
string host_if_name [64]
 

Detailed Description

Create host-interface.

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

Definition at line 28 of file af_packet.api.

Field Documentation

◆ client_index

u32 vl_api_af_packet_create_t::client_index

Definition at line 30 of file af_packet.api.

◆ context

u32 vl_api_af_packet_create_t::context

Definition at line 31 of file af_packet.api.

◆ host_if_name

string vl_api_af_packet_create_t::host_if_name[64]

Definition at line 35 of file af_packet.api.

◆ hw_addr

vl_api_mac_address_t vl_api_af_packet_create_t::hw_addr

Definition at line 33 of file af_packet.api.

◆ use_random_hw_addr

bool vl_api_af_packet_create_t::use_random_hw_addr

Definition at line 34 of file af_packet.api.


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