Go to the source code of this file.
◆ bier_error [1/2]
#define bier_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
◆ bier_error [2/2]
#define bier_error |
( |
|
n, |
|
|
|
s |
|
) |
| BIER_OUTPUT_ERROR_##n, |
◆ foreach_bier_output_next
#define foreach_bier_output_next _(DROP, "bier-drop") |
◆ bier_output_trace_t
Packet trace recoed for a BIER output.
◆ bier_output_error_t
◆ bier_output_next_t
◆ bier_output()
◆ format_bier_output_trace()
static u8* format_bier_output_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ bier_fmask_counters
Stats for each BIER fmask object.
Definition at line 43 of file bier_fmask.c.
◆ bier_output_error_strings
char* bier_output_error_strings[] |
|
static |
Initial value:= {
#define bier_error(n,s)
}
Definition at line 22 of file bier_output.c.
◆ bier_output_node
Initial value:= {
.name = "bier-output",
.vector_size =
sizeof (
u32),
.next_nodes = {
[BIER_OUTPUT_NEXT_DROP] = "bier-drop",
},
}
static u8 * format_bier_output_trace(u8 *s, va_list *args)
static char * bier_output_error_strings[]
static uword bier_output(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
Forward declaration.
(constructor) VLIB_REGISTER_NODE (bier_output_node)
Definition at line 51 of file bier_output.c.