FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
dslite_cli.c File Reference
+ Include dependency graph for dslite_cli.c:

Go to the source code of this file.

Functions

static clib_error_tdslite_add_del_pool_addr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tdslite_show_pool_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tdslite_set_aftr_tunnel_addr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tdslite_show_aftr_ip6_addr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tdslite_set_b4_tunnel_addr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tdslite_show_b4_ip6_addr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static u8format_dslite_session (u8 *s, va_list *args)
 
static u8format_dslite_b4 (u8 *s, va_list *args)
 
static clib_error_tdslite_show_sessions_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static vlib_cli_command_t dslite_add_pool_address_command
 (constructor) VLIB_CLI_COMMAND (dslite_add_pool_address_command) More...
 
static vlib_cli_command_t show_dslite_pool_command
 (constructor) VLIB_CLI_COMMAND (show_dslite_pool_command) More...
 
static vlib_cli_command_t dslite_set_aftr_tunnel_addr
 (constructor) VLIB_CLI_COMMAND (dslite_set_aftr_tunnel_addr) More...
 
static vlib_cli_command_t dslite_show_aftr_ip6_addr
 (constructor) VLIB_CLI_COMMAND (dslite_show_aftr_ip6_addr) More...
 
static vlib_cli_command_t dslite_set_b4_tunnel_addr
 (constructor) VLIB_CLI_COMMAND (dslite_set_b4_tunnel_addr) More...
 
static vlib_cli_command_t dslite_show_b4_ip6_addr
 (constructor) VLIB_CLI_COMMAND (dslite_show_b4_ip6_addr) More...
 
static vlib_cli_command_t dslite_show_sessions
 (constructor) VLIB_CLI_COMMAND (dslite_show_sessions) More...
 

Function Documentation

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

Definition at line 19 of file dslite_cli.c.

+ Here is the call graph for this function:

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

Definition at line 114 of file dslite_cli.c.

+ Here is the call graph for this function:

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

Definition at line 165 of file dslite_cli.c.

+ Here is the call graph for this function:

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

Definition at line 154 of file dslite_cli.c.

+ Here is the call graph for this function:

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

Definition at line 204 of file dslite_cli.c.

+ Here is the call graph for this function:

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

Definition at line 95 of file dslite_cli.c.

+ Here is the call graph for this function:

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

Definition at line 268 of file dslite_cli.c.

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

Definition at line 234 of file dslite_cli.c.

+ Here is the call graph for this function:

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

Definition at line 215 of file dslite_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

vlib_cli_command_t dslite_add_pool_address_command
static
Initial value:
= {
.path = "dslite add pool address",
.short_help = "dslite add pool address <ip4-range-start> [- <ip4-range-end>] "
" [del]",
}
static clib_error_t * dslite_add_del_pool_addr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: dslite_cli.c:19

(constructor) VLIB_CLI_COMMAND (dslite_add_pool_address_command)

Definition at line 301 of file dslite_cli.c.

vlib_cli_command_t dslite_set_aftr_tunnel_addr
static
Initial value:
= {
.path = "dslite set aftr-tunnel-endpoint-address",
.short_help = "dslite set aftr-tunnel-endpoint-address <ip6>",
}
static clib_error_t * dslite_set_aftr_tunnel_addr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: dslite_cli.c:114

(constructor) VLIB_CLI_COMMAND (dslite_set_aftr_tunnel_addr)

Definition at line 334 of file dslite_cli.c.

vlib_cli_command_t dslite_set_b4_tunnel_addr
static
Initial value:
= {
.path = "dslite set b4-tunnel-endpoint-address",
.short_help = "dslite set b4-tunnel-endpoint-address <ip6>",
}
static clib_error_t * dslite_set_b4_tunnel_addr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: dslite_cli.c:165

(constructor) VLIB_CLI_COMMAND (dslite_set_b4_tunnel_addr)

Definition at line 362 of file dslite_cli.c.

vlib_cli_command_t dslite_show_aftr_ip6_addr
static
Initial value:
= {
.path = "show dslite aftr-tunnel-endpoint-address",
.short_help = "show dslite aftr-tunnel-endpoint-address",
}
static clib_error_t * dslite_show_aftr_ip6_addr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: dslite_cli.c:154

(constructor) VLIB_CLI_COMMAND (dslite_show_aftr_ip6_addr)

Definition at line 348 of file dslite_cli.c.

vlib_cli_command_t dslite_show_b4_ip6_addr
static
Initial value:
= {
.path = "show dslite b4-tunnel-endpoint-address",
.short_help = "show dslite b4-tunnel-endpoint-address",
}
static clib_error_t * dslite_show_b4_ip6_addr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: dslite_cli.c:204

(constructor) VLIB_CLI_COMMAND (dslite_show_b4_ip6_addr)

Definition at line 376 of file dslite_cli.c.

vlib_cli_command_t dslite_show_sessions
static
Initial value:
= {
.path = "show dslite sessions",
.short_help = "show dslite sessions",
}
static clib_error_t * dslite_show_sessions_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: dslite_cli.c:268

(constructor) VLIB_CLI_COMMAND (dslite_show_sessions)

Definition at line 397 of file dslite_cli.c.

vlib_cli_command_t show_dslite_pool_command
static
Initial value:
= {
.path = "show dslite pool",
.short_help = "show dslite pool",
}
static clib_error_t * dslite_show_pool_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: dslite_cli.c:95

(constructor) VLIB_CLI_COMMAND (show_dslite_pool_command)

Definition at line 320 of file dslite_cli.c.