FD.io VPP  v21.06
Vector Packet Processing
vl_api_lcp_itf_pair_details_t Struct Reference

Linux Control Plane interface pair dump response. More...

Data Fields

u32 context
 
vl_api_interface_index_t phy_sw_if_index
 
vl_api_interface_index_t host_sw_if_index
 
u32 vif_index
 
string host_if_name [16]
 
vl_api_lcp_itf_host_type_t host_if_type
 

Detailed Description

Linux Control Plane interface pair dump response.

Template Parameters
context- sender context which was passed in the request
phy_sw_if_index- VPP's sw_if_index for the PHY
host_sw_if_index- VPP's sw_if_index for the host tap
vif_index- tap linux index
host_if_name- host interface name
host_if_type- host interface type (tun, tap)
namespace- host interface namespace

Definition at line 126 of file lcp.api.

Field Documentation

◆ context

u32 vl_api_lcp_itf_pair_details_t::context

Definition at line 128 of file lcp.api.

◆ host_if_name

string vl_api_lcp_itf_pair_details_t::host_if_name[16]

Definition at line 132 of file lcp.api.

◆ host_if_type

vl_api_lcp_itf_host_type_t vl_api_lcp_itf_pair_details_t::host_if_type

Definition at line 133 of file lcp.api.

◆ host_sw_if_index

vl_api_interface_index_t vl_api_lcp_itf_pair_details_t::host_sw_if_index

Definition at line 130 of file lcp.api.

◆ phy_sw_if_index

vl_api_interface_index_t vl_api_lcp_itf_pair_details_t::phy_sw_if_index

Definition at line 129 of file lcp.api.

◆ vif_index

u32 vl_api_lcp_itf_pair_details_t::vif_index

Definition at line 131 of file lcp.api.


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