FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
TAPCLI definitions. More...
Go to the source code of this file.
Data Structures | |
struct | tapcli_interface_details_t |
TAP CLI interface details struct. More... | |
Macros | |
#define | foreach_tapcli_error |
TAP CLI errors. More... | |
#define | TAP_MTU_MIN 68 |
#define | TAP_MTU_MAX 65535 |
#define | TAP_MTU_DEFAULT 1500 |
Enumerations | |
enum | tapcli_error_t { TAPCLI_N_ERROR } |
Functions | |
int | vnet_tap_dump_ifs (tapcli_interface_details_t **out_tapids) |
Dump TAP interfaces. More... | |
TAPCLI definitions.
Definition in file tapcli.h.
#define foreach_tapcli_error |
enum tapcli_error_t |
int vnet_tap_dump_ifs | ( | tapcli_interface_details_t ** | out_tapids | ) |
Dump TAP interfaces.
**out_tapids | - tapcli_interface_details_t |
Definition at line 781 of file tapcli.c.