FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
l2tp.c File Reference
+ Include dependency graph for l2tp.c:

Go to the source code of this file.

Functions

u8format_l2t_trace (u8 *s, va_list *args)
 
u8format_l2t_session (u8 *s, va_list *args)
 
static clib_error_tshow_l2tp_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_ttest_counters_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tclear_counters_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static u8format_l2tpv3_name (u8 *s, va_list *args)
 
static int l2tpv3_name_renumber (vnet_hw_interface_t *hi, u32 new_dev_instance)
 
static uword dummy_interface_tx (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
 VNET_DEVICE_CLASS (l2tpv3_device_class, static)
 
static u8format_l2tp_header_with_length (u8 *s, va_list *args)
 
 VNET_HW_INTERFACE_CLASS (l2tpv3_hw_class)
 
int create_l2tpv3_ipv6_tunnel (l2t_main_t *lm, ip6_address_t *client_address, ip6_address_t *our_address, u32 local_session_id, u32 remote_session_id, u64 local_cookie, u64 remote_cookie, int l2_sublayer_present, u32 encap_fib_index, u32 *sw_if_index)
 
static clib_error_tcreate_l2tpv3_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
int l2tpv3_set_tunnel_cookies (l2t_main_t *lm, u32 sw_if_index, u64 new_local_cookie, u64 new_remote_cookie)
 
static clib_error_tset_l2tp_tunnel_cookie_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
int l2tpv3_interface_enable_disable (vnet_main_t *vnm, u32 sw_if_index, int enable_disable)
 
static clib_error_tset_ip6_l2tpv3 (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tl2tp_config (vlib_main_t *vm, unformat_input_t *input)
 
clib_error_tl2tp_sw_interface_up_down (vnet_main_t *vnm, u32 sw_if_index, u32 flags)
 
 VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION (l2tp_sw_interface_up_down)
 
clib_error_tl2tp_init (vlib_main_t *vm)
 

Variables

l2t_main_t l2t_main
 
static vlib_cli_command_t show_session_detail_command
 (constructor) VLIB_CLI_COMMAND (show_session_detail_command) More...
 
static vlib_cli_command_t test_counters_command
 (constructor) VLIB_CLI_COMMAND (test_counters_command) More...
 
static vlib_cli_command_t clear_counters_command
 (constructor) VLIB_CLI_COMMAND (clear_counters_command) More...
 
static vlib_cli_command_t create_l2tpv3_tunnel_command
 (constructor) VLIB_CLI_COMMAND (create_l2tpv3_tunnel_command) More...
 
static vlib_cli_command_t set_l2tp_tunnel_cookie_command
 (constructor) VLIB_CLI_COMMAND (set_l2tp_tunnel_cookie_command) More...
 
static vlib_cli_command_t set_interface_ip6_l2tpv3
 (constructor) VLIB_CLI_COMMAND (set_interface_ip6_l2tpv3) More...
 

Function Documentation

static clib_error_t* clear_counters_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 195 of file l2tp.c.

+ Here is the call graph for this function:

int create_l2tpv3_ipv6_tunnel ( l2t_main_t lm,
ip6_address_t client_address,
ip6_address_t our_address,
u32  local_session_id,
u32  remote_session_id,
u64  local_cookie,
u64  remote_cookie,
int  l2_sublayer_present,
u32  encap_fib_index,
u32 sw_if_index 
)

Definition at line 292 of file l2tp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* create_l2tpv3_tunnel_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 415 of file l2tp.c.

+ Here is the call graph for this function:

static uword dummy_interface_tx ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 258 of file l2tp.c.

+ Here is the call graph for this function:

u8* format_l2t_session ( u8 s,
va_list *  args 
)

Definition at line 48 of file l2tp.c.

+ Here is the call graph for this function:

u8* format_l2t_trace ( u8 s,
va_list *  args 
)

Definition at line 30 of file l2tp.c.

+ Here is the caller graph for this function:

static u8* format_l2tp_header_with_length ( u8 s,
va_list *  args 
)
static

Definition at line 275 of file l2tp.c.

+ Here is the call graph for this function:

static u8* format_l2tpv3_name ( u8 s,
va_list *  args 
)
static

Definition at line 230 of file l2tp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* l2tp_config ( vlib_main_t vm,
unformat_input_t input 
)
static

Definition at line 664 of file l2tp.c.

+ Here is the call graph for this function:

clib_error_t* l2tp_init ( vlib_main_t vm)

Definition at line 703 of file l2tp.c.

+ Here is the call graph for this function:

clib_error_t* l2tp_sw_interface_up_down ( vnet_main_t vnm,
u32  sw_if_index,
u32  flags 
)

Definition at line 687 of file l2tp.c.

+ Here is the call graph for this function:

int l2tpv3_interface_enable_disable ( vnet_main_t vnm,
u32  sw_if_index,
int  enable_disable 
)

Definition at line 600 of file l2tp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int l2tpv3_name_renumber ( vnet_hw_interface_t hi,
u32  new_dev_instance 
)
static

Definition at line 246 of file l2tp.c.

+ Here is the caller graph for this function:

int l2tpv3_set_tunnel_cookies ( l2t_main_t lm,
u32  sw_if_index,
u64  new_local_cookie,
u64  new_remote_cookie 
)

Definition at line 517 of file l2tp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* set_ip6_l2tpv3 ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 614 of file l2tp.c.

+ Here is the call graph for this function:

static clib_error_t* set_l2tp_tunnel_cookie_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 540 of file l2tp.c.

+ Here is the call graph for this function:

static clib_error_t* show_l2tp_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 93 of file l2tp.c.

+ Here is the call graph for this function:

static clib_error_t* test_counters_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 152 of file l2tp.c.

+ Here is the call graph for this function:

VNET_DEVICE_CLASS ( l2tpv3_device_class  ,
static   
)

+ Here is the caller graph for this function:

VNET_HW_INTERFACE_CLASS ( l2tpv3_hw_class  )

+ Here is the caller graph for this function:

VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION ( l2tp_sw_interface_up_down  )

+ Here is the caller graph for this function:

Variable Documentation

vlib_cli_command_t clear_counters_command
static
Initial value:
= {
.path = "clear counters",
.short_help = "clear all active counters",
}
static clib_error_t * clear_counters_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: l2tp.c:195

(constructor) VLIB_CLI_COMMAND (clear_counters_command)

Definition at line 222 of file l2tp.c.

vlib_cli_command_t create_l2tpv3_tunnel_command
static
Initial value:
=
{
.path = "create l2tpv3 tunnel",
.short_help =
"create l2tpv3 tunnel client <ip6> our <ip6> local-cookie <hex> remote-cookie <hex> local-session <dec> remote-session <dec>",
}
static clib_error_t * create_l2tpv3_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: l2tp.c:415

(constructor) VLIB_CLI_COMMAND (create_l2tpv3_tunnel_command)

Definition at line 507 of file l2tp.c.

l2t_main_t l2t_main

Definition at line 26 of file l2tp.c.

vlib_cli_command_t set_interface_ip6_l2tpv3
static
Initial value:
=
{
.path = "set interface ip6 l2tpv3",
.function = set_ip6_l2tpv3,
.short_help = "set interface ip6 l2tpv3 <intfc> [del]",
}
static clib_error_t * set_ip6_l2tpv3(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: l2tp.c:614

(constructor) VLIB_CLI_COMMAND (set_interface_ip6_l2tpv3)

Definition at line 655 of file l2tp.c.

vlib_cli_command_t set_l2tp_tunnel_cookie_command
static
Initial value:
=
{
.path = "set l2tpv3 tunnel cookie",
.short_help =
"set l2tpv3 tunnel cookie <intfc> local <hex> remote <hex>",
}
static clib_error_t * set_l2tp_tunnel_cookie_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: l2tp.c:540

(constructor) VLIB_CLI_COMMAND (set_l2tp_tunnel_cookie_command)

Definition at line 590 of file l2tp.c.

vlib_cli_command_t show_session_detail_command
static
Initial value:
= {
.path = "show l2tpv3",
.short_help = "show l2tpv3 [verbose]",
.function = show_l2tp_command_fn,
}
static clib_error_t * show_l2tp_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: l2tp.c:93

(constructor) VLIB_CLI_COMMAND (show_session_detail_command)

Definition at line 144 of file l2tp.c.

vlib_cli_command_t test_counters_command
static
Initial value:
= {
.path = "test counters",
.short_help = "increment all active counters",
}
static clib_error_t * test_counters_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: l2tp.c:152

(constructor) VLIB_CLI_COMMAND (test_counters_command)

Definition at line 187 of file l2tp.c.