FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Create or remove named socket file for memif interfaces. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_add |
u32 | socket_id |
u8 | socket_filename [128] |
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. |
u8 vl_api_memif_socket_filename_add_del_t::socket_filename[128] |