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 |
Value:_(ENCAPSULATED, "good packets encapsulated") \
_(DEL_TUNNEL, "deleted tunnel packets")
Definition at line 23 of file encap.c.
Enumerator |
---|
VXLAN_ENCAP_N_ERROR |
|
Definition at line 33 of file encap.c.
Enumerator |
---|
VXLAN_ENCAP_NEXT_IP4_LOOKUP |
|
VXLAN_ENCAP_NEXT_IP6_LOOKUP |
|
VXLAN_ENCAP_NEXT_DROP |
|
VXLAN_ENCAP_N_NEXT |
|
Definition at line 40 of file encap.c.
u8* format_vxlan_encap_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
char* vxlan_encap_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_vxlan_encap_error
Definition at line 27 of file encap.c.
Initial value:= {
.name = "vxlan-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword vxlan_encap(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static char * vxlan_encap_error_strings[]
u8 * format_vxlan_encap_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (vxlan_encap_node)
Definition at line 571 of file encap.c.