Go to the source code of this file.
#define foreach_l2_outacl_error |
Value:_(L2_OUTACL, "L2 output ACL packets") \
_(
DROP,
"L2 output drops")
Definition at line 75 of file l2_output_acl.c.
Enumerator |
---|
L2_OUTACL_NEXT_DROP |
|
L2_OUTACL_N_NEXT |
|
Definition at line 93 of file l2_output_acl.c.
static u8* format_l2_outacl_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* l2_outacl_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_l2_outacl_error
Definition at line 87 of file l2_output_acl.c.
Initial value:= {
.name = "l2-output-acl",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword l2_outacl_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_l2_outacl_trace(u8 *s, va_list *args)
static char * l2_outacl_error_strings[]
(constructor) VLIB_REGISTER_NODE (l2_outacl_node)
Definition at line 73 of file l2_output_acl.c.