Go to the source code of this file.
Grouping of global data for the GBP source EPG classification feature.
Enumerator |
---|
GBP_FWD_N_ERROR |
|
Definition at line 36 of file gbp_fwd.c.
Enumerator |
---|
GBP_FWD_N_NEXT |
|
GBP_FWD_DROP |
|
GBP_FWD_FWD |
|
GBP_FWD_N_NEXT |
|
Definition at line 50 of file gbp_fwd.c.
static u8* format_gbp_fwd_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* gbp_fwd_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
Definition at line 44 of file gbp_fwd.c.
Initial value:= {
.name = "gbp-fwd",
.vector_size =
sizeof (
u32),
.next_nodes = {
[GBP_FWD_NEXT_DROP] = "error-drop",
[GBP_FWD_NEXT_OUTPUT] = "l2-output",
},
}
static char * gbp_fwd_error_strings[]
static uword gbp_fwd(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_gbp_fwd_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (gbp_fwd_node)
Definition at line 151 of file gbp_fwd.c.