FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Create loopback interface response. More...
Data Fields | |
u32 | context |
i32 | retval |
vl_api_interface_index_t | sw_if_index |
Create loopback interface response.
context | - sender context, to match reply w/ request |
sw_if_index | - sw index of the interface that was created |
retval | - return code for the request |
Definition at line 597 of file interface.api.
u32 vl_api_create_loopback_reply_t::context |
Definition at line 599 of file interface.api.
i32 vl_api_create_loopback_reply_t::retval |
Definition at line 600 of file interface.api.
vl_api_interface_index_t vl_api_create_loopback_reply_t::sw_if_index |
Definition at line 601 of file interface.api.