FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vl_api_show_version_reply_t Struct Reference

show version response More...

Data Fields

u32 context
 
i32 retval
 
u8 program [32]
 
u8 version [32]
 
u8 build_date [32]
 
u8 build_directory [256]
 

Detailed Description

show version response

Template Parameters
context- sender context, to match reply w/ request
retval- return code for the request
program- name of the program (vpe)
version- version of the program
build_directory- root of the workspace where the program was built

Definition at line 1731 of file vpe.api.

Field Documentation

u8 vl_api_show_version_reply_t::build_date[32]

Definition at line 1737 of file vpe.api.

u8 vl_api_show_version_reply_t::build_directory[256]

Definition at line 1738 of file vpe.api.

u32 vl_api_show_version_reply_t::context

Definition at line 1733 of file vpe.api.

u8 vl_api_show_version_reply_t::program[32]

Definition at line 1735 of file vpe.api.

i32 vl_api_show_version_reply_t::retval

Definition at line 1734 of file vpe.api.

u8 vl_api_show_version_reply_t::version[32]

Definition at line 1736 of file vpe.api.


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