FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
nat64_cli.c File Reference

NAT64 CLI. More...

+ Include dependency graph for nat64_cli.c:

Go to the source code of this file.

Data Structures

struct  nat64_cli_st_walk_ctx_t_
 

Typedefs

typedef struct nat64_cli_st_walk_ctx_t_ nat64_cli_st_walk_ctx_t
 

Functions

static clib_error_tnat64_add_del_pool_addr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static int nat64_cli_pool_walk (snat_address_t *ap, void *ctx)
 
static clib_error_tnat64_show_pool_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_interface_feature_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static int nat64_cli_interface_walk (snat_interface_t *i, void *ctx)
 
static clib_error_tnat64_show_interfaces_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_add_del_static_bib_command_fn (vlib_main_t *vm, unformat_input_t()*input, vlib_cli_command_t *cmd)
 
static int nat64_cli_bib_walk (nat64_db_bib_entry_t *bibe, void *ctx)
 
static clib_error_tnat64_show_bib_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_set_timeouts_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_show_timeouts_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static int nat64_cli_st_walk (nat64_db_st_entry_t *ste, void *arg)
 
static clib_error_tnat64_show_st_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_add_del_prefix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static int nat64_cli_prefix_walk (nat64_prefix_t *p, void *ctx)
 
static clib_error_tnat64_show_prefix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_add_interface_address_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static vlib_cli_command_t nat64_add_pool_address_command
 (constructor) VLIB_CLI_COMMAND (nat64_add_pool_address_command) More...
 
static vlib_cli_command_t show_nat64_pool_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_pool_command) More...
 
static vlib_cli_command_t set_interface_nat64_command
 (constructor) VLIB_CLI_COMMAND (set_interface_nat64_command) More...
 
static vlib_cli_command_t show_nat64_interfaces_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_interfaces_command) More...
 
static vlib_cli_command_t nat64_add_del_static_bib_command
 (constructor) VLIB_CLI_COMMAND (nat64_add_del_static_bib_command) More...
 
static vlib_cli_command_t show_nat64_bib_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_bib_command) More...
 
static vlib_cli_command_t set_nat64_timeouts_command
 (constructor) VLIB_CLI_COMMAND (set_nat64_timeouts_command) More...
 
static vlib_cli_command_t show_nat64_timeouts_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_timeouts_command) More...
 
static vlib_cli_command_t show_nat64_st_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_st_command) More...
 
static vlib_cli_command_t nat64_add_del_prefix_command
 (constructor) VLIB_CLI_COMMAND (nat64_add_del_prefix_command) More...
 
static vlib_cli_command_t show_nat64_prefix_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_prefix_command) More...
 
static vlib_cli_command_t nat64_add_interface_address_command
 (constructor) VLIB_CLI_COMMAND (nat64_add_interface_address_command) More...
 

Detailed Description

NAT64 CLI.

Definition in file nat64_cli.c.

Typedef Documentation

Function Documentation

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

Definition at line 25 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 660 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 277 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 785 of file nat64_cli.c.

+ Here is the call graph for this function:

static int nat64_cli_bib_walk ( nat64_db_bib_entry_t *  bibe,
void *  ctx 
)
static

Definition at line 376 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_cli_interface_walk ( snat_interface_t i,
void *  ctx 
)
static

Definition at line 252 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_cli_pool_walk ( snat_address_t ap,
void *  ctx 
)
static

Definition at line 103 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_cli_prefix_walk ( nat64_prefix_t p,
void *  ctx 
)
static

Definition at line 763 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_cli_st_walk ( nat64_db_st_entry_t *  ste,
void *  arg 
)
static

Definition at line 561 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 138 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 454 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 410 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 266 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 127 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 774 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 612 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 538 of file nat64_cli.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t nat64_add_del_prefix_command
static
Initial value:
= {
.path = "nat64 add prefix",
.short_help = "nat64 add prefix <ip6-prefix>/<plen> [tenant-vrf <vrf-id>] "
"[del] [interface <interface]",
}
static clib_error_t * nat64_add_del_prefix_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:660

(constructor) VLIB_CLI_COMMAND (nat64_add_del_prefix_command)

Definition at line 1020 of file nat64_cli.c.

vlib_cli_command_t nat64_add_del_static_bib_command
static
Initial value:
= {
.path = "nat64 add static bib",
.short_help = "nat64 add static bib <ip6-addr> <port> <ip4-addr> <port> "
"tcp|udp|icmp [vfr <table-id>] [del]",
}
static clib_error_t * nat64_add_del_static_bib_command_fn(vlib_main_t *vm, unformat_input_t()*input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:277

(constructor) VLIB_CLI_COMMAND (nat64_add_del_static_bib_command)

Definition at line 913 of file nat64_cli.c.

vlib_cli_command_t nat64_add_interface_address_command
static
Initial value:
= {
.path = "nat64 add interface address",
.short_help = "nat64 add interface address <interface> [del]",
}
static clib_error_t * nat64_add_interface_address_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:785

(constructor) VLIB_CLI_COMMAND (nat64_add_interface_address_command)

Definition at line 1052 of file nat64_cli.c.

vlib_cli_command_t nat64_add_pool_address_command
static
Initial value:
= {
.path = "nat64 add pool address",
.short_help = "nat64 add pool address <ip4-range-start> [- <ip4-range-end>] "
"[tenant-vrf <vrf-id>] [del]",
}
static clib_error_t * nat64_add_del_pool_addr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:25

(constructor) VLIB_CLI_COMMAND (nat64_add_pool_address_command)

Definition at line 848 of file nat64_cli.c.

vlib_cli_command_t set_interface_nat64_command
static
Initial value:
= {
.path = "set interface nat64",
.short_help = "set interface nat64 in|out <intfc> [del]",
}
static clib_error_t * nat64_interface_feature_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:138

(constructor) VLIB_CLI_COMMAND (set_interface_nat64_command)

Definition at line 881 of file nat64_cli.c.

vlib_cli_command_t set_nat64_timeouts_command
static
Initial value:
= {
.path = "set nat64 timeouts",
.short_help = "set nat64 timeouts udp <sec> icmp <sec> tcp-trans <sec> "
"tcp-est <sec> tcp-incoming-syn <sec> | reset",
}
static clib_error_t * nat64_set_timeouts_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:454

(constructor) VLIB_CLI_COMMAND (set_nat64_timeouts_command)

Definition at line 956 of file nat64_cli.c.

vlib_cli_command_t show_nat64_bib_command
static
Initial value:
= {
.path = "show nat64 bib",
.short_help = "show nat64 bib all|tcp|udp|icmp|unknown",
}
static clib_error_t * nat64_show_bib_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:410

(constructor) VLIB_CLI_COMMAND (show_nat64_bib_command)

Definition at line 940 of file nat64_cli.c.

vlib_cli_command_t show_nat64_interfaces_command
static
Initial value:
= {
.path = "show nat64 interfaces",
.short_help = "show nat64 interfaces",
}
static clib_error_t * nat64_show_interfaces_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:266

(constructor) VLIB_CLI_COMMAND (show_nat64_interfaces_command)

Definition at line 898 of file nat64_cli.c.

vlib_cli_command_t show_nat64_pool_command
static
Initial value:
= {
.path = "show nat64 pool",
.short_help = "show nat64 pool",
}
static clib_error_t * nat64_show_pool_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:127

(constructor) VLIB_CLI_COMMAND (show_nat64_pool_command)

Definition at line 865 of file nat64_cli.c.

vlib_cli_command_t show_nat64_prefix_command
static
Initial value:
= {
.path = "show nat64 prefix",
.short_help = "show nat64 prefix",
}
static clib_error_t * nat64_show_prefix_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:774

(constructor) VLIB_CLI_COMMAND (show_nat64_prefix_command)

Definition at line 1038 of file nat64_cli.c.

vlib_cli_command_t show_nat64_st_command
static
Initial value:
= {
.path = "show nat64 session table",
.short_help = "show nat64 session table all|tcp|udp|icmp|unknown",
}
static clib_error_t * nat64_show_st_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:612

(constructor) VLIB_CLI_COMMAND (show_nat64_st_command)

Definition at line 1004 of file nat64_cli.c.

vlib_cli_command_t show_nat64_timeouts_command
static
Initial value:
= {
.path = "show nat64 timeouts",
.short_help = "show nat64 timeouts",
}
static clib_error_t * nat64_show_timeouts_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:538

(constructor) VLIB_CLI_COMMAND (show_nat64_timeouts_command)

Definition at line 976 of file nat64_cli.c.