Go to the source code of this file.
◆ foreach_vxlan_gbp_encap_error
#define foreach_vxlan_gbp_encap_error _(ENCAPSULATED, "good packets encapsulated") |
◆ vxlan_gbp_encap_error_t
Enumerator |
---|
VXLAN_GBP_ENCAP_N_ERROR | |
Definition at line 34 of file encap.c.
◆ vxlan_gbp_encap_next_t
Enumerator |
---|
VXLAN_GBP_ENCAP_NEXT_DROP | |
VXLAN_GBP_ENCAP_N_NEXT | |
Definition at line 42 of file encap.c.
◆ format_vxlan_gbp_encap_trace()
u8* format_vxlan_gbp_encap_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ vxlan4_gbp_encap_node()
◆ vxlan6_gbp_encap_node()
◆ vxlan_gbp_encap_inline()
◆ vxlan4_gbp_encap_node
Initial value:=
{
.name = "vxlan4-gbp-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
vl_api_fib_path_type_t type
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 512 of file encap.c.
◆ vxlan6_gbp_encap_node
Initial value:=
{
.name = "vxlan6-gbp-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
vl_api_fib_path_type_t type
static char * vxlan_gbp_encap_error_strings[]
u8 * format_vxlan_gbp_encap_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (vxlan6_gbp_encap_node)
Definition at line 526 of file encap.c.
◆ vxlan_gbp_encap_error_strings
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.