Go to the source code of this file.
◆ debug_lacp_command_fn()
◆ lacp_cli_init()
◆ lacp_dump_ifs()
Definition at line 21 of file cli.c.
◆ show_lacp()
Definition at line 72 of file cli.c.
◆ show_lacp_details()
static void show_lacp_details |
( |
vlib_main_t * |
vm, |
|
|
u32 * |
sw_if_indices |
|
) |
| |
|
static |
◆ show_lacp_fn()
◆ debug_lacp_command
Initial value:= {
.path = "debug lacp",
.short_help = "debug lacp <interface> <on | off>",
}
(constructor) VLIB_CLI_COMMAND (debug_lacp_command)
Definition at line 388 of file cli.c.
◆ show_lacp_command
Initial value:= {
.path = "show lacp",
.short_help = "show lacp [<interface>] [details]",
.is_mp_safe = 1,
}
(constructor) VLIB_CLI_COMMAND (show_lacp_command)
Definition at line 313 of file cli.c.