FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
This file defines vpe control-plane API messages for the Linux kernel TAP device driver. More...
Go to the source code of this file.
Data Structures | |
struct | vl_api_tap_create_v2_t |
Initialize a new tap interface with the given parameters. More... | |
struct | vl_api_tap_create_v2_reply_t |
Reply for tap create reply. More... | |
struct | vl_api_tap_delete_v2_t |
Delete tap interface. More... | |
struct | vl_api_sw_interface_tap_v2_dump_t |
Dump tap interfaces request. More... | |
struct | vl_api_sw_interface_tap_v2_details_t |
Reply for tap dump request. More... | |
Enumerations | |
enum | tap_flags { TAP_API_FLAG_GSO = 1, TAP_API_FLAG_CSUM_OFFLOAD = 2, TAP_API_FLAG_PERSIST = 4, TAP_API_FLAG_ATTACH = 8, TAP_API_FLAG_TUN = 16, TAP_API_FLAG_GRO_COALESCE = 32 } |
Variables | |
option | version = "4.0.0" |
import vnet interface_types | api |
This file defines vpe control-plane API messages for the Linux kernel TAP device driver.
Definition in file tapv2.api.
enum tap_flags |