Go to the source code of this file.
◆ bier_error [1/2]
#define bier_error |
( |
|
n, |
|
|
|
s |
|
) |
| BIER_INPUT_ERROR_##n, |
◆ bier_error [2/2]
#define bier_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
◆ bier_bift_input_trace_t
Packet trace record for BIER input.
◆ bier_input_error_t
Enumerator |
---|
BIER_INPUT_N_ERROR | |
BIER_INPUT_N_ERROR | |
Definition at line 20 of file bier_bift_table.c.
◆ bier_bift_input()
◆ bier_bift_table_entry_add()
◆ bier_bift_table_entry_remove()
◆ format_bier_bift_input_trace()
static u8* format_bier_bift_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ show_bier_bift_cmd()
◆ bier_bift_input_node
Initial value:= {
.name = "bier-bift-input",
.vector_size =
sizeof (
u32),
.n_next_nodes = 0,
}
static char * bier_error_strings[]
static uword bier_bift_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static u8 * format_bier_bift_input_trace(u8 *s, va_list *args)
Forward declare the node.
(constructor) VLIB_REGISTER_NODE (bier_bift_input_node)
Definition at line 41 of file bier_bift_table.c.
◆ bier_bift_table
◆ bier_error_strings
char* bier_error_strings[] |
|
static |
◆ show_bier_bift_command
Initial value:= {
.path = "show bier bift",
.short_help = "show bier bift [set <value> sd <value> bsl <value>]",
}
clib_error_t * show_bier_bift_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_bier_bift_command)
Definition at line 287 of file bier_bift_table.c.