FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Add or delete a Linux Conrol Plane interface pair. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_add |
vl_api_interface_index_t | sw_if_index |
string | host_if_name [16] |
vl_api_lcp_itf_host_type_t | host_if_type |
Add or delete a Linux Conrol Plane interface pair.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - 0 if deleting, != 0 if adding |
sw_if_index | - index of VPP PHY SW interface |
host_if_name | - host tap interface name |
host_if_type | - the type of host interface to create (tun, tap) |
namespace | - optional tap namespace; namespace[0] == 0 iff none |
vl_api_lcp_itf_host_type_t vl_api_lcp_itf_pair_add_del_t::host_if_type |
vl_api_interface_index_t vl_api_lcp_itf_pair_add_del_t::sw_if_index |