Go to the source code of this file.
Enumerator |
---|
SNAP_INPUT_NEXT_DROP |
|
SNAP_INPUT_NEXT_PUNT |
|
SNAP_INPUT_NEXT_ETHERNET_TYPE |
|
SNAP_INPUT_N_NEXT |
|
Definition at line 45 of file node.c.
static u8* format_snap_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
char* snap_error_strings[] |
|
static |
Initial value:= {
#define _(f,s)
}
#define foreach_snap_error
Definition at line 260 of file node.c.
Initial value:= {
.name = "snap-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword snap_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static char * snap_error_strings[]
static u8 * format_snap_input_trace(u8 *s, va_list *va)
format_function_t format_snap_header_with_length
unformat_function_t unformat_snap_header
(constructor) VLIB_REGISTER_NODE (snap_input_node)
Definition at line 266 of file node.c.