FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_pipe_create_reply_t Struct Reference

Reply for pipe create reply. More...

Data Fields

u32 context
 
i32 retval
 
u32 sw_if_index
 
u32 pipe_sw_if_index [2]
 

Detailed Description

Reply for pipe create reply.

Template Parameters
context- returned sender context, to match reply w/ request
retval- return code
sw_if_index- software index allocated for the new pipe parent interface Use the parent interface for link up/down and to delete
pipe_sw_if_index- the two SW indicies that form the ends of the pipe.

Definition at line 45 of file pipe.api.

Field Documentation

◆ context

u32 vl_api_pipe_create_reply_t::context

Definition at line 47 of file pipe.api.

◆ pipe_sw_if_index

u32 vl_api_pipe_create_reply_t::pipe_sw_if_index[2]

Definition at line 50 of file pipe.api.

◆ retval

i32 vl_api_pipe_create_reply_t::retval

Definition at line 48 of file pipe.api.

◆ sw_if_index

u32 vl_api_pipe_create_reply_t::sw_if_index

Definition at line 49 of file pipe.api.


The documentation for this struct was generated from the following file: