Go to the source code of this file.
◆ foreach_l2t_encap_error
#define foreach_l2t_encap_error |
Value:_(NETWORK_TO_USER, "L2TP L2 network to user (ip6) pkts") \
_(LOOKUP_FAIL_TO_L3, "L2TP L2 session lookup failed pkts") \
_(ADMIN_DOWN, "L2TP tunnel is down")
Definition at line 26 of file encap.c.
◆ NSTAGES
◆ l2t_encap_error_t
Enumerator |
---|
L2T_ENCAP_N_ERROR | |
Definition at line 37 of file encap.c.
◆ l2t_encap_next_t
Enumerator |
---|
L2T_ENCAP_NEXT_DROP | |
L2T_ENCAP_NEXT_IP6_LOOKUP | |
L2T_ENCAP_N_NEXT | |
Definition at line 46 of file encap.c.
◆ l2t_encap_node()
◆ l2tp_encap_init()
◆ last_stage()
◆ stage0()
◆ stage1()
◆ l2t_encap_error_strings
char* l2t_encap_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_l2t_encap_error
Definition at line 31 of file encap.c.
◆ l2t_encap_node
Initial value:= {
.name = "l2tp-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
vl_api_fib_path_type_t type
u8 * format_l2t_trace(u8 *s, va_list *args)
static char * l2t_encap_error_strings[]
(constructor) VLIB_REGISTER_NODE (l2t_encap_node)
Definition at line 196 of file encap.c.