Go to the source code of this file.
#define foreach_l2_uu_fwd_error _(L2_UU_FWD, "L2 UU fwd") |
Enumerator |
---|
L2_UU_FWD_N_ERROR |
|
Definition at line 24 of file l2_uu_fwd.c.
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.
static u8* format_l2_uu_fwd_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* l2_uu_fwd_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_l2_uu_fwd_error
Definition at line 32 of file l2_uu_fwd.c.
Initial value:= {
.name = "l2-uu-fwd",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword l2_uu_fwd_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * l2_uu_fwd_error_strings[]
static u8 * format_l2_uu_fwd_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (l2_uu_fwd_node)
Definition at line 215 of file l2_uu_fwd.c.