Go to the source code of this file.
#define foreach_vxlan_gbp_encap_error _(ENCAPSULATED, "good packets encapsulated") |
Enumerator |
---|
VXLAN_GBP_ENCAP_N_ERROR |
|
Definition at line 34 of file encap.c.
Enumerator |
---|
VXLAN_GBP_ENCAP_NEXT_DROP |
|
VXLAN_GBP_ENCAP_N_NEXT |
|
Definition at line 42 of file encap.c.
u8* format_vxlan_gbp_encap_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Initial value:=
{
.name = "vxlan4-gbp-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword vxlan4_gbp_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static char * vxlan_gbp_encap_error_strings[]
u8 * format_vxlan_gbp_encap_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (vxlan4_gbp_encap_node)
Definition at line 502 of file encap.c.
Initial value:=
{
.name = "vxlan6-gbp-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * vxlan_gbp_encap_error_strings[]
static uword vxlan6_gbp_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
u8 * format_vxlan_gbp_encap_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (vxlan6_gbp_encap_node)
Definition at line 519 of file encap.c.
char* vxlan_gbp_encap_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_vxlan_gbp_encap_error
Definition at line 28 of file encap.c.