Go to the source code of this file.
|
static void | stage0 (vlib_main_t *vm, vlib_node_runtime_t *node, u32 buffer_index) |
|
static void | stage1 (vlib_main_t *vm, vlib_node_runtime_t *node, u32 bi) |
|
static u32 | last_stage (vlib_main_t *vm, vlib_node_runtime_t *node, u32 bi) |
|
static uword | ip6_l2t_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
| VLIB_NODE_FUNCTION_MULTIARCH (sw6_ip6_node, ip6_l2t_node_fn) |
|
static clib_error_t * | l2tp_config (vlib_main_t *vm, unformat_input_t *input) |
|
clib_error_t * | l2t_ip6_init (vlib_main_t *vm) |
|
#define foreach_l2t_ip6_error |
Value:_(USER_TO_NETWORK, "User (v6) to L2 network pkts") \
_(SESSION_ID_MISMATCH, "l2tpv3 local session id mismatches") \
_(COOKIE_MISMATCH, "l2tpv3 local cookie mismatches")
Definition at line 35 of file l2t_ip6.c.
Enumerator |
---|
L2T_IP6_N_ERROR |
|
Definition at line 46 of file l2t_ip6.c.
Enumerator |
---|
L2T_IP6_NEXT_DROP |
|
L2T_IP6_NEXT_IP6_INPUT |
|
L2T_IP6_N_NEXT |
|
L2T_IP6_NEXT_OUTPUT |
|
Definition at line 59 of file l2t_ip6.c.
char* l2t_ip6_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_l2t_ip6_error
Definition at line 40 of file l2t_ip6.c.
Initial value:= {
.name = "ip6-l2t-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static char * l2t_ip6_error_strings[]
u8 * format_l2t_trace(u8 *s, va_list *args)
static uword ip6_l2t_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (sw6_ip6_node)
Definition at line 262 of file l2t_ip6.c.