Go to the source code of this file.
◆ foreach_l2_uu_fwd_error
#define foreach_l2_uu_fwd_error _(L2_UU_FWD, "L2 UU fwd") |
◆ l2_uu_fwd_error_t
Enumerator |
---|
L2_UU_FWD_N_ERROR | |
Definition at line 24 of file l2_uu_fwd.c.
◆ l2_uu_fwd_next_t
Enumerator |
---|
L2_UU_FWD_NEXT_DROP | |
L2_UU_FWD_NEXT_L2_OUTPUT | |
L2_UU_FWD_N_NEXT | |
Definition at line 38 of file l2_uu_fwd.c.
◆ format_l2_uu_fwd_trace()
static u8* format_l2_uu_fwd_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ l2_uu_fwd_node()
◆ l2_uu_fwd_error_strings
char* l2_uu_fwd_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 32 of file l2_uu_fwd.c.
◆ l2_uu_fwd_node
Initial value:= {
.name = "l2-uu-fwd",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
(constructor) VLIB_REGISTER_NODE (l2_uu_fwd_node)
Definition at line 215 of file l2_uu_fwd.c.