![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Reply for tap dump request. More...
Data Fields | |
| u32 | context |
| u32 | sw_if_index |
| u32 | id |
| u16 | tx_ring_sz |
| u16 | rx_ring_sz |
| u32 | host_mtu_size |
| vl_api_mac_address_t | host_mac_addr |
| vl_api_ip4_address_with_prefix_t | host_ip4_prefix |
| vl_api_ip6_address_with_prefix_t | host_ip6_prefix |
| vl_api_tap_flags_t | tap_flags |
| string | dev_name [64] |
| string | host_if_name [64] |
| string | host_namespace [64] |
| string | host_bridge [64] |
Reply for tap dump request.
| sw_if_index | - software index of tap interface |
| id | - interface id |
| tx_ring_sz | - the number of entries of TX ring |
| rx_ring_sz | - the number of entries of RX ring |
| host_mtu_size | - host mtu size |
| host_mac_addr | - mac address assigned to the host side of the interface |
| host_ip4_prefix | - host IPv4 ip address |
| host_ip6_prefix | - host IPv6 ip address |
| tap_flags | - flags for the TAP interface creation |
| dev_name | - Linux tap device name |
| host_if_name | - host side interface name |
| host_namespace | - host namespace the interface is attached into |
| host_bridge | - host bridge the interface is attached into |
| string vl_api_sw_interface_tap_v2_details_t::host_bridge[64] |
| string vl_api_sw_interface_tap_v2_details_t::host_if_name[64] |
| vl_api_ip4_address_with_prefix_t vl_api_sw_interface_tap_v2_details_t::host_ip4_prefix |
| vl_api_ip6_address_with_prefix_t vl_api_sw_interface_tap_v2_details_t::host_ip6_prefix |
| vl_api_mac_address_t vl_api_sw_interface_tap_v2_details_t::host_mac_addr |
| string vl_api_sw_interface_tap_v2_details_t::host_namespace[64] |
| vl_api_tap_flags_t vl_api_sw_interface_tap_v2_details_t::tap_flags |