FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Display image version information. More...
Go to the source code of this file.
Functions | |
static clib_error_t * | show_vpe_version_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Display image version info, a debug CLI command function. More... | |
char * | vpe_api_get_build_directory (void) |
Return the image build directory name. More... | |
char * | vpe_api_get_version (void) |
Return the image version string. More... | |
char * | vpe_api_get_build_date (void) |
return the build date More... | |
Variables | |
char * | vpe_version_string |
The image version string. More... | |
static char * | vpe_compiler |
The name of the compiler. More... | |
static vlib_cli_command_t | show_vpe_version_command |
(constructor) VLIB_CLI_COMMAND (show_vpe_version_command) More... | |
Display image version information.
Definition in file version.c.
|
static |
char* vpe_api_get_build_date | ( | void | ) |
char* vpe_api_get_build_directory | ( | void | ) |
char* vpe_api_get_version | ( | void | ) |
|
static |
(constructor) VLIB_CLI_COMMAND (show_vpe_version_command)
|
static |