Go to the source code of this file.
◆ UNIX_CLI_DEFAULT_HISTORY
#define UNIX_CLI_DEFAULT_HISTORY 50 |
Default CLI history depth if not configured in startup.conf.
Definition at line 57 of file main.c.
◆ UNIX_CLI_DEFAULT_PAGER_LIMIT
#define UNIX_CLI_DEFAULT_PAGER_LIMIT 100000 |
Default CLI pager limit is not configured in startup.conf.
Definition at line 54 of file main.c.
◆ setup_signal_handlers()
◆ startup_config_process()
◆ thread0()
◆ unix_config()
◆ unix_error_handler()
static void unix_error_handler |
( |
void * |
arg, |
|
|
u8 * |
msg, |
|
|
int |
msg_len |
|
) |
| |
|
static |
◆ unix_exit()
◆ unix_main_init()
◆ unix_signal_handler()
static void unix_signal_handler |
( |
int |
signum, |
|
|
siginfo_t * |
si, |
|
|
ucontext_t * |
uc |
|
) |
| |
|
static |
◆ unsetup_signal_handlers()
static int unsetup_signal_handlers |
( |
int |
sig | ) |
|
|
static |
◆ vlib_thread_stack_init()
u8* vlib_thread_stack_init |
( |
uword |
thread_index | ) |
|
◆ vlib_unix_error_report()
◆ vlib_unix_main()
int vlib_unix_main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ file_main
◆ startup_config_node
Initial value:= {
.name = "startup-config-process",
.process_log2_n_stack_bytes = 18,
}
(constructor) VLIB_REGISTER_NODE (startup_config_node)
Definition at line 376 of file main.c.
◆ syslog_msg
◆ unix_main
◆ vlib_default_runtime_dir
char * vlib_default_runtime_dir = "vlib" |
◆ vlib_last_faulting_address
uword vlib_last_faulting_address = 0 |
◆ vlib_last_signum
◆ vlib_thread_stacks
static uword startup_config_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)