FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vl_api_tap_connect_t Struct Reference

Initialize a new tap interface with the given paramters. More...

Data Fields

u32 client_index
 
u32 context
 
u8 use_random_mac
 
u8 tap_name [64]
 
u8 mac_address [6]
 
u8 renumber
 
u32 custom_dev_instance
 

Detailed Description

Initialize a new tap interface with the given paramters.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
use_random_mac- let the system generate a unique mac address
tap_name- name to associate with the new interface
mac_address- mac addr to assign to the interface if use_radom not set

Definition at line 249 of file vpe.api.

Field Documentation

u32 vl_api_tap_connect_t::client_index

Definition at line 251 of file vpe.api.

u32 vl_api_tap_connect_t::context

Definition at line 252 of file vpe.api.

u32 vl_api_tap_connect_t::custom_dev_instance

Definition at line 257 of file vpe.api.

u8 vl_api_tap_connect_t::mac_address[6]

Definition at line 255 of file vpe.api.

u8 vl_api_tap_connect_t::renumber

Definition at line 256 of file vpe.api.

u8 vl_api_tap_connect_t::tap_name[64]

Definition at line 254 of file vpe.api.

u8 vl_api_tap_connect_t::use_random_mac

Definition at line 253 of file vpe.api.


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