Go to the source code of this file.
#define foreach_vxlan_gpe_encap_ioam_v4_error _(ENCAPSULATED, "good packets encapsulated") |
Enumerator |
---|
VXLAN_GPE_ENCAP_IOAM_V4_N_ERROR |
|
Definition at line 35 of file ioam_encap.c.
Enumerator |
---|
VXLAN_GPE_ENCAP_IOAM_V4_NEXT_IP4_LOOKUP |
|
VXLAN_GPE_ENCAP_IOAM_V4_NEXT_DROP |
|
VXLAN_GPE_ENCAP_IOAM_V4_N_NEXT |
|
Definition at line 43 of file ioam_encap.c.
char* vxlan_gpe_encap_ioam_v4_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_vxlan_gpe_encap_ioam_v4_error
Definition at line 29 of file ioam_encap.c.
Initial value:= {
.name = "vxlan-gpe-encap-ioam-v4",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword vxlan_gpe_encap_ioam_v4(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
static u8 * format_vxlan_gpe_ioam_v4_trace(u8 *s, va_list *args)
static char * vxlan_gpe_encap_ioam_v4_error_strings[]
(constructor) VLIB_REGISTER_NODE (vxlan_gpe_encap_ioam_v4_node)
Definition at line 168 of file ioam_encap.c.