Go to the source code of this file.
#define foreach_l2t_decap_error |
Value:_(USER_TO_NETWORK, "L2TP user (ip6) to L2 network pkts") \
_(SESSION_ID_MISMATCH, "l2tpv3 local session id mismatches") \
_(COOKIE_MISMATCH, "l2tpv3 local cookie mismatches")
Definition at line 26 of file decap.c.
Enumerator |
---|
L2T_DECAP_N_ERROR |
|
Definition at line 37 of file decap.c.
Enumerator |
---|
L2T_DECAP_NEXT_DROP |
|
L2T_DECAP_NEXT_L2_INPUT |
|
L2T_DECAP_N_NEXT |
|
L2T_DECAP_NEXT_NO_INTERCEPT |
|
Definition at line 44 of file decap.c.
char* l2t_decap_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_l2t_decap_error
Definition at line 31 of file decap.c.
Initial value:= {
.name = "l2tp-decap",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static char * l2t_decap_error_strings[]
u8 * format_l2t_trace(u8 *s, va_list *args)
static uword l2t_decap_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (l2t_decap_node)
Definition at line 231 of file decap.c.