Go to the source code of this file.
#define foreach_fixed_header4_offset _(0) _(1) _(2) _(3) |
#define foreach_fixed_header6_offset _(0) _(1) _(2) _(3) _(4) _(5) _(6) |
#define foreach_vxlan_encap_error _(ENCAPSULATED, "good packets encapsulated") |
Enumerator |
---|
VXLAN_ENCAP_N_ERROR |
|
Definition at line 32 of file encap.c.
Enumerator |
---|
VXLAN_ENCAP_NEXT_DROP |
|
VXLAN_ENCAP_N_NEXT |
|
Definition at line 39 of file encap.c.
u8* format_vxlan_encap_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
Initial value:= {
.name = "vxlan4-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * vxlan_encap_error_strings[]
u8 * format_vxlan_encap_trace(u8 *s, va_list *args)
static uword vxlan4_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (vxlan4_encap_node)
Definition at line 591 of file encap.c.
Initial value:= {
.name = "vxlan6-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * vxlan_encap_error_strings[]
u8 * format_vxlan_encap_trace(u8 *s, va_list *args)
static uword vxlan6_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (vxlan6_encap_node)
Definition at line 607 of file encap.c.
char* vxlan_encap_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_vxlan_encap_error
Definition at line 26 of file encap.c.