Go to the source code of this file.
char* vpe_api_get_build_date |
( |
void |
| ) |
|
char* vpe_api_get_build_directory |
( |
void |
| ) |
|
char* vpe_api_get_version |
( |
void |
| ) |
|
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)
(constructor) VLIB_CLI_COMMAND (show_vpe_version_command)
Definition at line 63 of file version.c.
Initial value:
Definition at line 25 of file version.c.
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.