FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Create or remove named socket file for memif interfaces. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_add |
u32 | socket_id |
string | socket_filename [108] |
option | vat_help = "[add|del] id <id> filename <file>" |
Create or remove named socket file for memif interfaces.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - 0 = remove, 1 = add association |
socket_id | - non-0 32-bit integer used to identify a socket file |
socket_filename | - filename of the socket to be used for connection establishment; id 0 always maps to default "/var/vpp/memif.sock"; no socket filename needed when is_add == 0. |
string vl_api_memif_socket_filename_add_del_t::socket_filename[108] |