Go to the source code of this file.
#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.
Enumerator |
---|
L2T_ENCAP_N_ERROR |
|
Definition at line 37 of file encap.c.
Enumerator |
---|
L2T_ENCAP_NEXT_DROP |
|
L2T_ENCAP_NEXT_IP6_LOOKUP |
|
L2T_ENCAP_N_NEXT |
|
Definition at line 46 of file encap.c.
char* l2t_encap_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_l2t_encap_error
Definition at line 31 of file encap.c.
Initial value:= {
.name = "l2tp-encap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
u8 * format_l2t_trace(u8 *s, va_list *args)
uword l2t_encap_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * l2t_encap_error_strings[]
(constructor) VLIB_REGISTER_NODE (l2t_encap_node)
Definition at line 60 of file encap.c.