Go to the source code of this file.
◆ foreach_l2_invtr_error
#define foreach_l2_invtr_error |
Value:_(L2_INVTR, "L2 inverter packets") \
_(
DROP,
"L2 input tag rewrite drops")
Definition at line 64 of file l2_input_vtr.c.
◆ l2_invtr_error_t
◆ l2_invtr_next_t
Enumerator |
---|
L2_INVTR_NEXT_DROP | |
L2_INVTR_N_NEXT | |
Definition at line 82 of file l2_input_vtr.c.
◆ format_l2_invtr_trace()
static u8* format_l2_invtr_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ l2_invtr_init()
◆ l2_invtr_node()
◆ l2_invtr_error_strings
char* l2_invtr_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 76 of file l2_input_vtr.c.
◆ l2_invtr_main
◆ l2_invtr_node
Initial value:= {
.name = "l2-input-vtr",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (l2_invtr_node)
Definition at line 323 of file l2_input_vtr.c.