FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
version.c File Reference
+ Include dependency graph for version.c:

Go to the source code of this file.

Functions

static clib_error_tshow_vpe_version_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
char * vpe_api_get_build_directory (void)
 
char * vpe_api_get_version (void)
 
char * vpe_api_get_build_date (void)
 

Variables

char * vpe_version_string
 
static char * vpe_compiler
 
static vlib_cli_command_t show_vpe_version_command
 (constructor) VLIB_CLI_COMMAND (show_vpe_version_command) More...
 

Function Documentation

static clib_error_t* show_vpe_version_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 41 of file version.c.

+ Here is the call graph for this function:

char* vpe_api_get_build_date ( void  )

Definition at line 83 of file version.c.

+ Here is the caller graph for this function:

char* vpe_api_get_build_directory ( void  )

Definition at line 71 of file version.c.

+ Here is the caller graph for this function:

char* vpe_api_get_version ( void  )

Definition at line 77 of file version.c.

+ Here is the caller graph for this function:

Variable Documentation

vlib_cli_command_t show_vpe_version_command
static
Initial value:
= {
.path = "show version",
.short_help = "show version information",
}
static clib_error_t * show_vpe_version_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: version.c:41

(constructor) VLIB_CLI_COMMAND (show_vpe_version_command)

Definition at line 63 of file version.c.

char* vpe_compiler
static
Initial value:
=
"unknown compiler"

Definition at line 25 of file version.c.

char* vpe_version_string
Initial value:
=
"vpp v" VPP_BUILD_VER
" built by " VPP_BUILD_USER " on " VPP_BUILD_HOST " at " VPP_BUILD_DATE

Definition at line 21 of file version.c.