Go to the source code of this file.
◆ bier_drop_trace_t
◆ bier_drop()
◆ bier_drop_trace()
◆ format_bier_drop_trace()
static u8* format_bier_drop_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ bier_drop_node
Initial value:=
{
.name = "bier-drop",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
static uword bier_drop(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_bier_drop_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (bier_drop_node)
Definition at line 90 of file bier_drop.c.