Go to the source code of this file.
u8* format_stream_session |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Format stream session as per the following format.
verbose: "Connection", "Rx fifo", "Tx fifo", "Session Index" non-verbose: "Connection"
Definition at line 36 of file session_cli.c.
u8* format_stream_session_fifos |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Initial value:=
{
.path = "clear session",
.short_help = "clear session thread <thread> session <index>",
}
static clib_error_t * clear_session_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (clear_session_command)
Definition at line 212 of file session_cli.c.
Initial value:=
{
.path = "session",
.short_help = "session [enable|disable]",
}
static clib_error_t * session_enable_disable_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (session_enable_disable_command)
Definition at line 241 of file session_cli.c.
Initial value:=
{
.path = "show session",
.short_help = "show session [verbose]",
}
static clib_error_t * show_session_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_session_command)
Definition at line 156 of file session_cli.c.