FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
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] |
Create host-interface.
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.
u32 vl_api_af_packet_create_t::client_index |
Definition at line 30 of file af_packet.api.
u32 vl_api_af_packet_create_t::context |
Definition at line 31 of file af_packet.api.
string vl_api_af_packet_create_t::host_if_name[64] |
Definition at line 35 of file af_packet.api.
vl_api_mac_address_t vl_api_af_packet_create_t::hw_addr |
Definition at line 33 of file af_packet.api.
bool vl_api_af_packet_create_t::use_random_hw_addr |
Definition at line 34 of file af_packet.api.